diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec_key.c')
-rw-r--r-- | src/lib/libcrypto/ec/ec_key.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ec/ec_key.c b/src/lib/libcrypto/ec/ec_key.c index 939176095f..7067a949da 100644 --- a/src/lib/libcrypto/ec/ec_key.c +++ b/src/lib/libcrypto/ec/ec_key.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_key.c,v 1.7 2014/06/12 15:49:29 deraadt Exp $ */ | 1 | /* $OpenBSD: ec_key.c,v 1.8 2014/07/10 22:45:57 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Nils Larsch for the OpenSSL project. | 3 | * Written by Nils Larsch for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -62,6 +62,9 @@ | |||
62 | */ | 62 | */ |
63 | 63 | ||
64 | #include <string.h> | 64 | #include <string.h> |
65 | |||
66 | #include <openssl/opensslconf.h> | ||
67 | |||
65 | #include "ec_lcl.h" | 68 | #include "ec_lcl.h" |
66 | #include <openssl/err.h> | 69 | #include <openssl/err.h> |
67 | 70 | ||