diff options
Diffstat (limited to 'src/lib/libcrypto/bn/bn_gf2m.c')
-rw-r--r-- | src/lib/libcrypto/bn/bn_gf2m.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/bn_gf2m.c b/src/lib/libcrypto/bn/bn_gf2m.c index 7aa306c345..09d4bcc544 100644 --- a/src/lib/libcrypto/bn/bn_gf2m.c +++ b/src/lib/libcrypto/bn/bn_gf2m.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bn_gf2m.c,v 1.13 2014/06/12 15:49:28 deraadt Exp $ */ | 1 | /* $OpenBSD: bn_gf2m.c,v 1.14 2014/07/10 22:45:56 jsing Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. | 3 | * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. |
4 | * | 4 | * |
@@ -91,6 +91,9 @@ | |||
91 | #include <assert.h> | 91 | #include <assert.h> |
92 | #include <limits.h> | 92 | #include <limits.h> |
93 | #include <stdio.h> | 93 | #include <stdio.h> |
94 | |||
95 | #include <openssl/opensslconf.h> | ||
96 | |||
94 | #include "cryptlib.h" | 97 | #include "cryptlib.h" |
95 | #include "bn_lcl.h" | 98 | #include "bn_lcl.h" |
96 | 99 | ||