diff options
author | 2014-07-11 14:32:59 +0000 | |
---|---|---|
committer | 2014-07-11 14:32:59 +0000 | |
commit | 2d03d1cb16f932679be3ce45b285fa08b24b740d (patch) | |
tree | eaf3db708b2cb5e7592cab23cd6fb314298ea10f | |
parent | determine and use maximum file size instead of magical constants (diff) | |
download | wireguard-openbsd-2d03d1cb16f932679be3ce45b285fa08b24b740d.tar.xz wireguard-openbsd-2d03d1cb16f932679be3ce45b285fa08b24b740d.zip |
i'm a dumbdumb. fix build.
28 files changed, 30 insertions, 30 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? */ 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? */ |