Browse Source

i'm a dumbdumb. fix build.

OPENBSD_5_6
tedu 10 years ago
parent
commit
5bee4066ca
14 changed files with 15 additions and 15 deletions
  1. +1
    -1
      src/lib/libcrypto/crypto/arch/alpha/opensslconf.h
  2. +1
    -1
      src/lib/libcrypto/crypto/arch/amd64/opensslconf.h
  3. +1
    -1
      src/lib/libcrypto/crypto/arch/arm/opensslconf.h
  4. +1
    -1
      src/lib/libcrypto/crypto/arch/hppa/opensslconf.h
  5. +1
    -1
      src/lib/libcrypto/crypto/arch/hppa64/opensslconf.h
  6. +1
    -1
      src/lib/libcrypto/crypto/arch/i386/opensslconf.h
  7. +2
    -2
      src/lib/libcrypto/crypto/arch/ia64/opensslconf.h
  8. +1
    -1
      src/lib/libcrypto/crypto/arch/m88k/opensslconf.h
  9. +1
    -1
      src/lib/libcrypto/crypto/arch/mips64/opensslconf.h
  10. +1
    -1
      src/lib/libcrypto/crypto/arch/powerpc/opensslconf.h
  11. +1
    -1
      src/lib/libcrypto/crypto/arch/sh/opensslconf.h
  12. +1
    -1
      src/lib/libcrypto/crypto/arch/sparc/opensslconf.h
  13. +1
    -1
      src/lib/libcrypto/crypto/arch/sparc64/opensslconf.h
  14. +1
    -1
      src/lib/libcrypto/crypto/arch/vax/opensslconf.h

+ 1
- 1
src/lib/libcrypto/crypto/arch/alpha/opensslconf.h View File

@ -1,4 +1,4 @@
#include <opensslfeatures.h>
#include <openssl/opensslfeatures.h>
/* crypto/opensslconf.h.in */
/* Generate 80386 code? */


+ 1
- 1
src/lib/libcrypto/crypto/arch/amd64/opensslconf.h View File

@ -1,4 +1,4 @@
#include <opensslfeatures.h>
#include <openssl/opensslfeatures.h>
/* crypto/opensslconf.h.in */
/* Generate 80386 code? */


+ 1
- 1
src/lib/libcrypto/crypto/arch/arm/opensslconf.h View File

@ -1,4 +1,4 @@
#include <opensslfeatures.h>
#include <openssl/opensslfeatures.h>
/* crypto/opensslconf.h.in */
/* Generate 80386 code? */


+ 1
- 1
src/lib/libcrypto/crypto/arch/hppa/opensslconf.h View File

@ -1,4 +1,4 @@
#include <opensslfeatures.h>
#include <openssl/opensslfeatures.h>
/* crypto/opensslconf.h.in */
/* Generate 80386 code? */


+ 1
- 1
src/lib/libcrypto/crypto/arch/hppa64/opensslconf.h View File

@ -1,4 +1,4 @@
#include <opensslfeatures.h>
#include <openssl/opensslfeatures.h>
/* crypto/opensslconf.h.in */
/* Generate 80386 code? */


+ 1
- 1
src/lib/libcrypto/crypto/arch/i386/opensslconf.h View File

@ -1,4 +1,4 @@
#include <opensslfeatures.h>
#include <openssl/opensslfeatures.h>
/* crypto/opensslconf.h.in */
/* Generate 80386 code? */


+ 2
- 2
src/lib/libcrypto/crypto/arch/ia64/opensslconf.h View File

@ -1,4 +1,4 @@
#include <opensslfeatures.h>
/* $OpenBSD: opensslconf.h,v 1.2 2014/07/11 14:01:38 tedu Exp $ */
#include <openssl/opensslfeatures.h>
/* $OpenBSD: opensslconf.h,v 1.3 2014/07/11 14:32:59 tedu Exp $ */
#error "Dummy header, create a proper ia64 config"

+ 1
- 1
src/lib/libcrypto/crypto/arch/m88k/opensslconf.h View File

@ -1,4 +1,4 @@
#include <opensslfeatures.h>
#include <openssl/opensslfeatures.h>
/* crypto/opensslconf.h.in */
/* Generate 80386 code? */


+ 1
- 1
src/lib/libcrypto/crypto/arch/mips64/opensslconf.h View File

@ -1,4 +1,4 @@
#include <opensslfeatures.h>
#include <openssl/opensslfeatures.h>
/* crypto/opensslconf.h.in */
/* Generate 80386 code? */


+ 1
- 1
src/lib/libcrypto/crypto/arch/powerpc/opensslconf.h View File

@ -1,4 +1,4 @@
#include <opensslfeatures.h>
#include <openssl/opensslfeatures.h>
/* crypto/opensslconf.h.in */
/* Generate 80386 code? */


+ 1
- 1
src/lib/libcrypto/crypto/arch/sh/opensslconf.h View File

@ -1,4 +1,4 @@
#include <opensslfeatures.h>
#include <openssl/opensslfeatures.h>
/* crypto/opensslconf.h.in */
/* Generate 80386 code? */


+ 1
- 1
src/lib/libcrypto/crypto/arch/sparc/opensslconf.h View File

@ -1,4 +1,4 @@
#include <opensslfeatures.h>
#include <openssl/opensslfeatures.h>
/* crypto/opensslconf.h.in */
/* Generate 80386 code? */


+ 1
- 1
src/lib/libcrypto/crypto/arch/sparc64/opensslconf.h View File

@ -1,4 +1,4 @@
#include <opensslfeatures.h>
#include <openssl/opensslfeatures.h>
/* crypto/opensslconf.h.in */
/* Generate 80386 code? */


+ 1
- 1
src/lib/libcrypto/crypto/arch/vax/opensslconf.h View File

@ -1,4 +1,4 @@
#include <opensslfeatures.h>
#include <openssl/opensslfeatures.h>
/* crypto/opensslconf.h.in */
/* Generate 80386 code? */


Loading…
Cancel
Save