diff options
author | 2018-11-04 23:25:18 +0000 | |
---|---|---|
committer | 2018-11-04 23:25:18 +0000 | |
commit | 8e81c92324ee78b636c56d315ea5a56c617eb8a9 (patch) | |
tree | 0c35956fd286ec7a9c5c7446515f338a10497348 | |
parent | Update the opensslfeatures.h to include all of the OPENSSL_NO_* flags that (diff) | |
download | wireguard-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.h | 2 |
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 */ |