diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2017-06-30 20:55:47 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2017-06-30 20:55:47 +0200 |
commit | 1297ef9928e0b77b1ca81b5aafa47f5b25c247a7 (patch) | |
tree | 9860ac989f27b3c295313584b51ca34240ea632d /crypto/threads_none.c | |
parent | Fix atfork flag. Avoid double-negatives :) (diff) | |
download | openssl-1297ef9928e0b77b1ca81b5aafa47f5b25c247a7.tar.xz openssl-1297ef9928e0b77b1ca81b5aafa47f5b25c247a7.zip |
Fix build with no-threads no-ec
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3817)
Diffstat (limited to 'crypto/threads_none.c')
-rw-r--r-- | crypto/threads_none.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/threads_none.c b/crypto/threads_none.c index 39aadd0e98..1fc2f0fe6c 100644 --- a/crypto/threads_none.c +++ b/crypto/threads_none.c @@ -8,6 +8,7 @@ */ #include <openssl/crypto.h> +#include <internal/cryptlib.h> #if !defined(OPENSSL_THREADS) || defined(CRYPTO_TDEBUG) |