summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2018-11-04 23:25:18 +0000
committerjsing <jsing@openbsd.org>2018-11-04 23:25:18 +0000
commit8e81c92324ee78b636c56d315ea5a56c617eb8a9 (patch)
tree0c35956fd286ec7a9c5c7446515f338a10497348
parentUpdate the opensslfeatures.h to include all of the OPENSSL_NO_* flags that (diff)
downloadwireguard-openbsd-8e81c92324ee78b636c56d315ea5a56c617eb8a9.tar.xz
wireguard-openbsd-8e81c92324ee78b636c56d315ea5a56c617eb8a9.zip
Define OPENSSL_NO_ASYNC - our libcryptosink does not have built in async
features (and possibly never will).
-rw-r--r--lib/libcrypto/opensslfeatures.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/opensslfeatures.h b/lib/libcrypto/opensslfeatures.h
index 6a3d9c626e7..2102b476f28 100644
--- a/lib/libcrypto/opensslfeatures.h
+++ b/lib/libcrypto/opensslfeatures.h
@@ -17,7 +17,7 @@
/* #define OPENSSL_NO_ALGORITHMS */
/* #define OPENSSL_NO_ARIA */
/* #define OPENSSL_NO_ASM */
-/* #define OPENSSL_NO_ASYNC */
+#define OPENSSL_NO_ASYNC
/* #define OPENSSL_NO_AUTOALGINIT */
/* #define OPENSSL_NO_AUTOERRINIT */
/* #define OPENSSL_NO_AUTOLOAD_CONFIG */