diff options
author | tedu <> | 2014-07-11 14:33:00 +0000 |
---|---|---|
committer | tedu <> | 2014-07-11 14:33:00 +0000 |
commit | cc76c9de185fadea35e16ca4d713b3f26f79d72f (patch) | |
tree | 07f68ef899bb110f37f808bb1d51b1c056d78f8c /src | |
parent | b76881306f907ca5f941dc6b06671d3450dd76d1 (diff) | |
download | openbsd-cc76c9de185fadea35e16ca4d713b3f26f79d72f.tar.gz openbsd-cc76c9de185fadea35e16ca4d713b3f26f79d72f.tar.bz2 openbsd-cc76c9de185fadea35e16ca4d713b3f26f79d72f.zip |
i'm a dumbdumb. fix build.
Diffstat (limited to 'src')
28 files changed, 30 insertions, 30 deletions
diff --git a/src/lib/libcrypto/arch/alpha/opensslconf.h b/src/lib/libcrypto/arch/alpha/opensslconf.h index 1f08ea9281..6e1e9b6f53 100644 --- a/src/lib/libcrypto/arch/alpha/opensslconf.h +++ b/src/lib/libcrypto/arch/alpha/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/arch/amd64/opensslconf.h b/src/lib/libcrypto/arch/amd64/opensslconf.h index 71567226da..c64d4d336c 100644 --- a/src/lib/libcrypto/arch/amd64/opensslconf.h +++ b/src/lib/libcrypto/arch/amd64/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/arch/arm/opensslconf.h b/src/lib/libcrypto/arch/arm/opensslconf.h index fd1cd4acf4..afbd54ed3d 100644 --- a/src/lib/libcrypto/arch/arm/opensslconf.h +++ b/src/lib/libcrypto/arch/arm/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/arch/hppa/opensslconf.h b/src/lib/libcrypto/arch/hppa/opensslconf.h index fd1cd4acf4..afbd54ed3d 100644 --- a/src/lib/libcrypto/arch/hppa/opensslconf.h +++ b/src/lib/libcrypto/arch/hppa/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/arch/hppa64/opensslconf.h b/src/lib/libcrypto/arch/hppa64/opensslconf.h index d744930e2c..73df98a2b5 100644 --- a/src/lib/libcrypto/arch/hppa64/opensslconf.h +++ b/src/lib/libcrypto/arch/hppa64/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/arch/i386/opensslconf.h b/src/lib/libcrypto/arch/i386/opensslconf.h index cac7a66875..e47000cf63 100644 --- a/src/lib/libcrypto/arch/i386/opensslconf.h +++ b/src/lib/libcrypto/arch/i386/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/arch/ia64/opensslconf.h b/src/lib/libcrypto/arch/ia64/opensslconf.h index c44c5ab328..be75c54f9c 100644 --- a/src/lib/libcrypto/arch/ia64/opensslconf.h +++ b/src/lib/libcrypto/arch/ia64/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* $OpenBSD: opensslconf.h,v 1.2 2014/07/11 14:01:38 tedu Exp $ */ | 2 | /* $OpenBSD: opensslconf.h,v 1.3 2014/07/11 14:32:59 tedu Exp $ */ |
3 | 3 | ||
4 | #error "Dummy header, create a proper ia64 config" | 4 | #error "Dummy header, create a proper ia64 config" |
diff --git a/src/lib/libcrypto/arch/m88k/opensslconf.h b/src/lib/libcrypto/arch/m88k/opensslconf.h index fd1cd4acf4..afbd54ed3d 100644 --- a/src/lib/libcrypto/arch/m88k/opensslconf.h +++ b/src/lib/libcrypto/arch/m88k/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/arch/mips64/opensslconf.h b/src/lib/libcrypto/arch/mips64/opensslconf.h index 4b8fbbc174..52159f3013 100644 --- a/src/lib/libcrypto/arch/mips64/opensslconf.h +++ b/src/lib/libcrypto/arch/mips64/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/arch/powerpc/opensslconf.h b/src/lib/libcrypto/arch/powerpc/opensslconf.h index fd1cd4acf4..afbd54ed3d 100644 --- a/src/lib/libcrypto/arch/powerpc/opensslconf.h +++ b/src/lib/libcrypto/arch/powerpc/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/arch/sh/opensslconf.h b/src/lib/libcrypto/arch/sh/opensslconf.h index fd1cd4acf4..afbd54ed3d 100644 --- a/src/lib/libcrypto/arch/sh/opensslconf.h +++ b/src/lib/libcrypto/arch/sh/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/arch/sparc/opensslconf.h b/src/lib/libcrypto/arch/sparc/opensslconf.h index fd1cd4acf4..afbd54ed3d 100644 --- a/src/lib/libcrypto/arch/sparc/opensslconf.h +++ b/src/lib/libcrypto/arch/sparc/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/arch/sparc64/opensslconf.h b/src/lib/libcrypto/arch/sparc64/opensslconf.h index 4b8fbbc174..52159f3013 100644 --- a/src/lib/libcrypto/arch/sparc64/opensslconf.h +++ b/src/lib/libcrypto/arch/sparc64/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/arch/vax/opensslconf.h b/src/lib/libcrypto/arch/vax/opensslconf.h index fd1cd4acf4..afbd54ed3d 100644 --- a/src/lib/libcrypto/arch/vax/opensslconf.h +++ b/src/lib/libcrypto/arch/vax/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/crypto/arch/alpha/opensslconf.h b/src/lib/libcrypto/crypto/arch/alpha/opensslconf.h index 1f08ea9281..6e1e9b6f53 100644 --- a/src/lib/libcrypto/crypto/arch/alpha/opensslconf.h +++ b/src/lib/libcrypto/crypto/arch/alpha/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/crypto/arch/amd64/opensslconf.h b/src/lib/libcrypto/crypto/arch/amd64/opensslconf.h index 71567226da..c64d4d336c 100644 --- a/src/lib/libcrypto/crypto/arch/amd64/opensslconf.h +++ b/src/lib/libcrypto/crypto/arch/amd64/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/crypto/arch/arm/opensslconf.h b/src/lib/libcrypto/crypto/arch/arm/opensslconf.h index fd1cd4acf4..afbd54ed3d 100644 --- a/src/lib/libcrypto/crypto/arch/arm/opensslconf.h +++ b/src/lib/libcrypto/crypto/arch/arm/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/crypto/arch/hppa/opensslconf.h b/src/lib/libcrypto/crypto/arch/hppa/opensslconf.h index fd1cd4acf4..afbd54ed3d 100644 --- a/src/lib/libcrypto/crypto/arch/hppa/opensslconf.h +++ b/src/lib/libcrypto/crypto/arch/hppa/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/crypto/arch/hppa64/opensslconf.h b/src/lib/libcrypto/crypto/arch/hppa64/opensslconf.h index d744930e2c..73df98a2b5 100644 --- a/src/lib/libcrypto/crypto/arch/hppa64/opensslconf.h +++ b/src/lib/libcrypto/crypto/arch/hppa64/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/crypto/arch/i386/opensslconf.h b/src/lib/libcrypto/crypto/arch/i386/opensslconf.h index cac7a66875..e47000cf63 100644 --- a/src/lib/libcrypto/crypto/arch/i386/opensslconf.h +++ b/src/lib/libcrypto/crypto/arch/i386/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/crypto/arch/ia64/opensslconf.h b/src/lib/libcrypto/crypto/arch/ia64/opensslconf.h index c44c5ab328..be75c54f9c 100644 --- a/src/lib/libcrypto/crypto/arch/ia64/opensslconf.h +++ b/src/lib/libcrypto/crypto/arch/ia64/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* $OpenBSD: opensslconf.h,v 1.2 2014/07/11 14:01:38 tedu Exp $ */ | 2 | /* $OpenBSD: opensslconf.h,v 1.3 2014/07/11 14:32:59 tedu Exp $ */ |
3 | 3 | ||
4 | #error "Dummy header, create a proper ia64 config" | 4 | #error "Dummy header, create a proper ia64 config" |
diff --git a/src/lib/libcrypto/crypto/arch/m88k/opensslconf.h b/src/lib/libcrypto/crypto/arch/m88k/opensslconf.h index fd1cd4acf4..afbd54ed3d 100644 --- a/src/lib/libcrypto/crypto/arch/m88k/opensslconf.h +++ b/src/lib/libcrypto/crypto/arch/m88k/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/crypto/arch/mips64/opensslconf.h b/src/lib/libcrypto/crypto/arch/mips64/opensslconf.h index 4b8fbbc174..52159f3013 100644 --- a/src/lib/libcrypto/crypto/arch/mips64/opensslconf.h +++ b/src/lib/libcrypto/crypto/arch/mips64/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/crypto/arch/powerpc/opensslconf.h b/src/lib/libcrypto/crypto/arch/powerpc/opensslconf.h index fd1cd4acf4..afbd54ed3d 100644 --- a/src/lib/libcrypto/crypto/arch/powerpc/opensslconf.h +++ b/src/lib/libcrypto/crypto/arch/powerpc/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/crypto/arch/sh/opensslconf.h b/src/lib/libcrypto/crypto/arch/sh/opensslconf.h index fd1cd4acf4..afbd54ed3d 100644 --- a/src/lib/libcrypto/crypto/arch/sh/opensslconf.h +++ b/src/lib/libcrypto/crypto/arch/sh/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/crypto/arch/sparc/opensslconf.h b/src/lib/libcrypto/crypto/arch/sparc/opensslconf.h index fd1cd4acf4..afbd54ed3d 100644 --- a/src/lib/libcrypto/crypto/arch/sparc/opensslconf.h +++ b/src/lib/libcrypto/crypto/arch/sparc/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/crypto/arch/sparc64/opensslconf.h b/src/lib/libcrypto/crypto/arch/sparc64/opensslconf.h index 4b8fbbc174..52159f3013 100644 --- a/src/lib/libcrypto/crypto/arch/sparc64/opensslconf.h +++ b/src/lib/libcrypto/crypto/arch/sparc64/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |
diff --git a/src/lib/libcrypto/crypto/arch/vax/opensslconf.h b/src/lib/libcrypto/crypto/arch/vax/opensslconf.h index fd1cd4acf4..afbd54ed3d 100644 --- a/src/lib/libcrypto/crypto/arch/vax/opensslconf.h +++ b/src/lib/libcrypto/crypto/arch/vax/opensslconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #include <opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | /* Generate 80386 code? */ | 4 | /* Generate 80386 code? */ |