summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/store/str_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/store/str_lib.c')
-rw-r--r--src/lib/libcrypto/store/str_lib.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/store/str_lib.c b/src/lib/libcrypto/store/str_lib.c
index 2e76b6e728..ff00aa19ce 100644
--- a/src/lib/libcrypto/store/str_lib.c
+++ b/src/lib/libcrypto/store/str_lib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: str_lib.c,v 1.9 2014/06/12 15:49:30 deraadt Exp $ */ 1/* $OpenBSD: str_lib.c,v 1.10 2014/07/10 22:45:58 jsing Exp $ */
2/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL 2/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
3 * project 2003. 3 * project 2003.
4 */ 4 */
@@ -57,6 +57,9 @@
57 */ 57 */
58 58
59#include <string.h> 59#include <string.h>
60
61#include <openssl/opensslconf.h>
62
60#include <openssl/bn.h> 63#include <openssl/bn.h>
61#include <openssl/err.h> 64#include <openssl/err.h>
62#ifndef OPENSSL_NO_ENGINE 65#ifndef OPENSSL_NO_ENGINE