diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec_oct.c')
-rw-r--r-- | src/lib/libcrypto/ec/ec_oct.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ec/ec_oct.c b/src/lib/libcrypto/ec/ec_oct.c index cd07890c74..82124a8f80 100644 --- a/src/lib/libcrypto/ec/ec_oct.c +++ b/src/lib/libcrypto/ec/ec_oct.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_oct.c,v 1.3 2014/06/12 15:49:29 deraadt Exp $ */ | 1 | /* $OpenBSD: ec_oct.c,v 1.4 2014/07/10 22:45:57 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Originally written by Bodo Moeller for the OpenSSL project. | 3 | * Originally written by Bodo Moeller for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -63,6 +63,8 @@ | |||
63 | 63 | ||
64 | #include <string.h> | 64 | #include <string.h> |
65 | 65 | ||
66 | #include <openssl/opensslconf.h> | ||
67 | |||
66 | #include <openssl/err.h> | 68 | #include <openssl/err.h> |
67 | #include <openssl/opensslv.h> | 69 | #include <openssl/opensslv.h> |
68 | 70 | ||