diff options
| author | jsing <> | 2018-11-04 23:25:18 +0000 |
|---|---|---|
| committer | jsing <> | 2018-11-04 23:25:18 +0000 |
| commit | 0eead559f4aeef152329f93615c200f626c3ed44 (patch) | |
| tree | 6d468bb3a4d0f2cb1e88b561d5e6fa1b4779898a /src | |
| parent | 0e50665e9d490441e48569a595d7521f285c9de9 (diff) | |
| download | openbsd-0eead559f4aeef152329f93615c200f626c3ed44.tar.gz openbsd-0eead559f4aeef152329f93615c200f626c3ed44.tar.bz2 openbsd-0eead559f4aeef152329f93615c200f626c3ed44.zip | |
Define OPENSSL_NO_ASYNC - our libcryptosink does not have built in async
features (and possibly never will).
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/opensslfeatures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h index 6a3d9c626e..2102b476f2 100644 --- a/src/lib/libcrypto/opensslfeatures.h +++ b/src/lib/libcrypto/opensslfeatures.h | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | /* #define OPENSSL_NO_ALGORITHMS */ | 17 | /* #define OPENSSL_NO_ALGORITHMS */ |
| 18 | /* #define OPENSSL_NO_ARIA */ | 18 | /* #define OPENSSL_NO_ARIA */ |
| 19 | /* #define OPENSSL_NO_ASM */ | 19 | /* #define OPENSSL_NO_ASM */ |
| 20 | /* #define OPENSSL_NO_ASYNC */ | 20 | #define OPENSSL_NO_ASYNC |
| 21 | /* #define OPENSSL_NO_AUTOALGINIT */ | 21 | /* #define OPENSSL_NO_AUTOALGINIT */ |
| 22 | /* #define OPENSSL_NO_AUTOERRINIT */ | 22 | /* #define OPENSSL_NO_AUTOERRINIT */ |
| 23 | /* #define OPENSSL_NO_AUTOLOAD_CONFIG */ | 23 | /* #define OPENSSL_NO_AUTOLOAD_CONFIG */ |
