summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-07-11 14:33:01 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-07-11 14:33:01 +0000
commit5edcd0e8aae0c9a5d00eca5bc14e45a6ffb1bff5 (patch)
tree4b978d0674c637d361f9d187221ae8ad656ec903 /lib/libcrypto
parentf5d4878b8056dfc7625a517d190e0a11f9893001 (diff)
i'm a dumbdumb. fix build.
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/crypto/arch/alpha/opensslconf.h2
-rw-r--r--lib/libcrypto/crypto/arch/amd64/opensslconf.h2
-rw-r--r--lib/libcrypto/crypto/arch/arm/opensslconf.h2
-rw-r--r--lib/libcrypto/crypto/arch/hppa/opensslconf.h2
-rw-r--r--lib/libcrypto/crypto/arch/hppa64/opensslconf.h2
-rw-r--r--lib/libcrypto/crypto/arch/i386/opensslconf.h2
-rw-r--r--lib/libcrypto/crypto/arch/ia64/opensslconf.h4
-rw-r--r--lib/libcrypto/crypto/arch/m88k/opensslconf.h2
-rw-r--r--lib/libcrypto/crypto/arch/mips64/opensslconf.h2
-rw-r--r--lib/libcrypto/crypto/arch/powerpc/opensslconf.h2
-rw-r--r--lib/libcrypto/crypto/arch/sh/opensslconf.h2
-rw-r--r--lib/libcrypto/crypto/arch/sparc/opensslconf.h2
-rw-r--r--lib/libcrypto/crypto/arch/sparc64/opensslconf.h2
-rw-r--r--lib/libcrypto/crypto/arch/vax/opensslconf.h2
14 files changed, 15 insertions, 15 deletions
diff --git a/lib/libcrypto/crypto/arch/alpha/opensslconf.h b/lib/libcrypto/crypto/arch/alpha/opensslconf.h
index 1f08ea92814..6e1e9b6f530 100644
--- a/lib/libcrypto/crypto/arch/alpha/opensslconf.h
+++ b/lib/libcrypto/crypto/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/crypto/arch/amd64/opensslconf.h b/lib/libcrypto/crypto/arch/amd64/opensslconf.h
index 71567226da6..c64d4d336cc 100644
--- a/lib/libcrypto/crypto/arch/amd64/opensslconf.h
+++ b/lib/libcrypto/crypto/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/crypto/arch/arm/opensslconf.h b/lib/libcrypto/crypto/arch/arm/opensslconf.h
index fd1cd4acf4d..afbd54ed3db 100644
--- a/lib/libcrypto/crypto/arch/arm/opensslconf.h
+++ b/lib/libcrypto/crypto/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/crypto/arch/hppa/opensslconf.h b/lib/libcrypto/crypto/arch/hppa/opensslconf.h
index fd1cd4acf4d..afbd54ed3db 100644
--- a/lib/libcrypto/crypto/arch/hppa/opensslconf.h
+++ b/lib/libcrypto/crypto/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/crypto/arch/hppa64/opensslconf.h b/lib/libcrypto/crypto/arch/hppa64/opensslconf.h
index d744930e2ce..73df98a2b58 100644
--- a/lib/libcrypto/crypto/arch/hppa64/opensslconf.h
+++ b/lib/libcrypto/crypto/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/crypto/arch/i386/opensslconf.h b/lib/libcrypto/crypto/arch/i386/opensslconf.h
index cac7a66875f..e47000cf63e 100644
--- a/lib/libcrypto/crypto/arch/i386/opensslconf.h
+++ b/lib/libcrypto/crypto/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/crypto/arch/ia64/opensslconf.h b/lib/libcrypto/crypto/arch/ia64/opensslconf.h
index c44c5ab3283..be75c54f9c3 100644
--- a/lib/libcrypto/crypto/arch/ia64/opensslconf.h
+++ b/lib/libcrypto/crypto/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/crypto/arch/m88k/opensslconf.h b/lib/libcrypto/crypto/arch/m88k/opensslconf.h
index fd1cd4acf4d..afbd54ed3db 100644
--- a/lib/libcrypto/crypto/arch/m88k/opensslconf.h
+++ b/lib/libcrypto/crypto/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/crypto/arch/mips64/opensslconf.h b/lib/libcrypto/crypto/arch/mips64/opensslconf.h
index 4b8fbbc1746..52159f3013f 100644
--- a/lib/libcrypto/crypto/arch/mips64/opensslconf.h
+++ b/lib/libcrypto/crypto/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/crypto/arch/powerpc/opensslconf.h b/lib/libcrypto/crypto/arch/powerpc/opensslconf.h
index fd1cd4acf4d..afbd54ed3db 100644
--- a/lib/libcrypto/crypto/arch/powerpc/opensslconf.h
+++ b/lib/libcrypto/crypto/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/crypto/arch/sh/opensslconf.h b/lib/libcrypto/crypto/arch/sh/opensslconf.h
index fd1cd4acf4d..afbd54ed3db 100644
--- a/lib/libcrypto/crypto/arch/sh/opensslconf.h
+++ b/lib/libcrypto/crypto/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/crypto/arch/sparc/opensslconf.h b/lib/libcrypto/crypto/arch/sparc/opensslconf.h
index fd1cd4acf4d..afbd54ed3db 100644
--- a/lib/libcrypto/crypto/arch/sparc/opensslconf.h
+++ b/lib/libcrypto/crypto/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/crypto/arch/sparc64/opensslconf.h b/lib/libcrypto/crypto/arch/sparc64/opensslconf.h
index 4b8fbbc1746..52159f3013f 100644
--- a/lib/libcrypto/crypto/arch/sparc64/opensslconf.h
+++ b/lib/libcrypto/crypto/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/crypto/arch/vax/opensslconf.h b/lib/libcrypto/crypto/arch/vax/opensslconf.h
index fd1cd4acf4d..afbd54ed3db 100644
--- a/lib/libcrypto/crypto/arch/vax/opensslconf.h
+++ b/lib/libcrypto/crypto/arch/vax/opensslconf.h
@@ -1,4 +1,4 @@
-#include <opensslfeatures.h>
+#include <openssl/opensslfeatures.h>
/* crypto/opensslconf.h.in */
/* Generate 80386 code? */