diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-11 14:33:01 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-11 14:33:01 +0000 |
commit | 5f9390d80ccb3b1b284eff8977e38399714700d6 (patch) | |
tree | 7a1f35009053b203944053217490c5c2b705ff80 /lib/libcrypto/arch | |
parent | 8813ac4f7cc3b0ebc92db45117ebd923485c1416 (diff) |
i'm a dumbdumb. fix build.
Diffstat (limited to 'lib/libcrypto/arch')
-rw-r--r-- | lib/libcrypto/arch/alpha/opensslconf.h | 2 | ||||
-rw-r--r-- | lib/libcrypto/arch/amd64/opensslconf.h | 2 | ||||
-rw-r--r-- | lib/libcrypto/arch/arm/opensslconf.h | 2 | ||||
-rw-r--r-- | lib/libcrypto/arch/hppa/opensslconf.h | 2 | ||||
-rw-r--r-- | lib/libcrypto/arch/hppa64/opensslconf.h | 2 | ||||
-rw-r--r-- | lib/libcrypto/arch/i386/opensslconf.h | 2 | ||||
-rw-r--r-- | lib/libcrypto/arch/ia64/opensslconf.h | 4 | ||||
-rw-r--r-- | lib/libcrypto/arch/m88k/opensslconf.h | 2 | ||||
-rw-r--r-- | lib/libcrypto/arch/mips64/opensslconf.h | 2 | ||||
-rw-r--r-- | lib/libcrypto/arch/powerpc/opensslconf.h | 2 | ||||
-rw-r--r-- | lib/libcrypto/arch/sh/opensslconf.h | 2 | ||||
-rw-r--r-- | lib/libcrypto/arch/sparc/opensslconf.h | 2 | ||||
-rw-r--r-- | lib/libcrypto/arch/sparc64/opensslconf.h | 2 | ||||
-rw-r--r-- | lib/libcrypto/arch/vax/opensslconf.h | 2 |
14 files changed, 15 insertions, 15 deletions
diff --git a/lib/libcrypto/arch/alpha/opensslconf.h b/lib/libcrypto/arch/alpha/opensslconf.h index 1f08ea92814..6e1e9b6f530 100644 --- a/lib/libcrypto/arch/alpha/opensslconf.h +++ b/lib/libcrypto/arch/alpha/opensslconf.h @@ -1,4 +1,4 @@ -#include <opensslfeatures.h> +#include <openssl/opensslfeatures.h> /* crypto/opensslconf.h.in */ /* Generate 80386 code? */ diff --git a/lib/libcrypto/arch/amd64/opensslconf.h b/lib/libcrypto/arch/amd64/opensslconf.h index 71567226da6..c64d4d336cc 100644 --- a/lib/libcrypto/arch/amd64/opensslconf.h +++ b/lib/libcrypto/arch/amd64/opensslconf.h @@ -1,4 +1,4 @@ -#include <opensslfeatures.h> +#include <openssl/opensslfeatures.h> /* crypto/opensslconf.h.in */ /* Generate 80386 code? */ diff --git a/lib/libcrypto/arch/arm/opensslconf.h b/lib/libcrypto/arch/arm/opensslconf.h index fd1cd4acf4d..afbd54ed3db 100644 --- a/lib/libcrypto/arch/arm/opensslconf.h +++ b/lib/libcrypto/arch/arm/opensslconf.h @@ -1,4 +1,4 @@ -#include <opensslfeatures.h> +#include <openssl/opensslfeatures.h> /* crypto/opensslconf.h.in */ /* Generate 80386 code? */ diff --git a/lib/libcrypto/arch/hppa/opensslconf.h b/lib/libcrypto/arch/hppa/opensslconf.h index fd1cd4acf4d..afbd54ed3db 100644 --- a/lib/libcrypto/arch/hppa/opensslconf.h +++ b/lib/libcrypto/arch/hppa/opensslconf.h @@ -1,4 +1,4 @@ -#include <opensslfeatures.h> +#include <openssl/opensslfeatures.h> /* crypto/opensslconf.h.in */ /* Generate 80386 code? */ diff --git a/lib/libcrypto/arch/hppa64/opensslconf.h b/lib/libcrypto/arch/hppa64/opensslconf.h index d744930e2ce..73df98a2b58 100644 --- a/lib/libcrypto/arch/hppa64/opensslconf.h +++ b/lib/libcrypto/arch/hppa64/opensslconf.h @@ -1,4 +1,4 @@ -#include <opensslfeatures.h> +#include <openssl/opensslfeatures.h> /* crypto/opensslconf.h.in */ /* Generate 80386 code? */ diff --git a/lib/libcrypto/arch/i386/opensslconf.h b/lib/libcrypto/arch/i386/opensslconf.h index cac7a66875f..e47000cf63e 100644 --- a/lib/libcrypto/arch/i386/opensslconf.h +++ b/lib/libcrypto/arch/i386/opensslconf.h @@ -1,4 +1,4 @@ -#include <opensslfeatures.h> +#include <openssl/opensslfeatures.h> /* crypto/opensslconf.h.in */ /* Generate 80386 code? */ diff --git a/lib/libcrypto/arch/ia64/opensslconf.h b/lib/libcrypto/arch/ia64/opensslconf.h index c44c5ab3283..be75c54f9c3 100644 --- a/lib/libcrypto/arch/ia64/opensslconf.h +++ b/lib/libcrypto/arch/ia64/opensslconf.h @@ -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" diff --git a/lib/libcrypto/arch/m88k/opensslconf.h b/lib/libcrypto/arch/m88k/opensslconf.h index fd1cd4acf4d..afbd54ed3db 100644 --- a/lib/libcrypto/arch/m88k/opensslconf.h +++ b/lib/libcrypto/arch/m88k/opensslconf.h @@ -1,4 +1,4 @@ -#include <opensslfeatures.h> +#include <openssl/opensslfeatures.h> /* crypto/opensslconf.h.in */ /* Generate 80386 code? */ diff --git a/lib/libcrypto/arch/mips64/opensslconf.h b/lib/libcrypto/arch/mips64/opensslconf.h index 4b8fbbc1746..52159f3013f 100644 --- a/lib/libcrypto/arch/mips64/opensslconf.h +++ b/lib/libcrypto/arch/mips64/opensslconf.h @@ -1,4 +1,4 @@ -#include <opensslfeatures.h> +#include <openssl/opensslfeatures.h> /* crypto/opensslconf.h.in */ /* Generate 80386 code? */ diff --git a/lib/libcrypto/arch/powerpc/opensslconf.h b/lib/libcrypto/arch/powerpc/opensslconf.h index fd1cd4acf4d..afbd54ed3db 100644 --- a/lib/libcrypto/arch/powerpc/opensslconf.h +++ b/lib/libcrypto/arch/powerpc/opensslconf.h @@ -1,4 +1,4 @@ -#include <opensslfeatures.h> +#include <openssl/opensslfeatures.h> /* crypto/opensslconf.h.in */ /* Generate 80386 code? */ diff --git a/lib/libcrypto/arch/sh/opensslconf.h b/lib/libcrypto/arch/sh/opensslconf.h index fd1cd4acf4d..afbd54ed3db 100644 --- a/lib/libcrypto/arch/sh/opensslconf.h +++ b/lib/libcrypto/arch/sh/opensslconf.h @@ -1,4 +1,4 @@ -#include <opensslfeatures.h> +#include <openssl/opensslfeatures.h> /* crypto/opensslconf.h.in */ /* Generate 80386 code? */ diff --git a/lib/libcrypto/arch/sparc/opensslconf.h b/lib/libcrypto/arch/sparc/opensslconf.h index fd1cd4acf4d..afbd54ed3db 100644 --- a/lib/libcrypto/arch/sparc/opensslconf.h +++ b/lib/libcrypto/arch/sparc/opensslconf.h @@ -1,4 +1,4 @@ -#include <opensslfeatures.h> +#include <openssl/opensslfeatures.h> /* crypto/opensslconf.h.in */ /* Generate 80386 code? */ diff --git a/lib/libcrypto/arch/sparc64/opensslconf.h b/lib/libcrypto/arch/sparc64/opensslconf.h index 4b8fbbc1746..52159f3013f 100644 --- a/lib/libcrypto/arch/sparc64/opensslconf.h +++ b/lib/libcrypto/arch/sparc64/opensslconf.h @@ -1,4 +1,4 @@ -#include <opensslfeatures.h> +#include <openssl/opensslfeatures.h> /* crypto/opensslconf.h.in */ /* Generate 80386 code? */ diff --git a/lib/libcrypto/arch/vax/opensslconf.h b/lib/libcrypto/arch/vax/opensslconf.h index fd1cd4acf4d..afbd54ed3db 100644 --- a/lib/libcrypto/arch/vax/opensslconf.h +++ b/lib/libcrypto/arch/vax/opensslconf.h @@ -1,4 +1,4 @@ -#include <opensslfeatures.h> +#include <openssl/opensslfeatures.h> /* crypto/opensslconf.h.in */ /* Generate 80386 code? */ |