diff options
Diffstat (limited to 'src/lib/libcrypto/threads/th-lock.c')
-rw-r--r-- | src/lib/libcrypto/threads/th-lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/threads/th-lock.c b/src/lib/libcrypto/threads/th-lock.c index a6a79b9f45..14aae5f912 100644 --- a/src/lib/libcrypto/threads/th-lock.c +++ b/src/lib/libcrypto/threads/th-lock.c | |||
@@ -80,7 +80,7 @@ | |||
80 | #include <openssl/lhash.h> | 80 | #include <openssl/lhash.h> |
81 | #include <openssl/crypto.h> | 81 | #include <openssl/crypto.h> |
82 | #include <openssl/buffer.h> | 82 | #include <openssl/buffer.h> |
83 | #include <openssl/e_os.h> | 83 | #include "../../e_os.h" |
84 | #include <openssl/x509.h> | 84 | #include <openssl/x509.h> |
85 | #include <openssl/ssl.h> | 85 | #include <openssl/ssl.h> |
86 | #include <openssl/err.h> | 86 | #include <openssl/err.h> |