aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_gf2m.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-14 17:14:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-14 17:14:55 +0000
commitfe26d066ff6d34a01a2d05cba383e099960182c0 (patch)
tree353911c7b542155091761d1f2f72e9cc791b439b /crypto/bn/bn_gf2m.c
parentc876a4b7b119faa80add62d7a04b46eda8b7bf99 (diff)
downloadopenssl-fe26d066ff6d34a01a2d05cba383e099960182c0.tar.gz
Add ECDSA functionality to fips module. Initial very incomplete version
of algorithm test program.
Diffstat (limited to 'crypto/bn/bn_gf2m.c')
-rw-r--r--crypto/bn/bn_gf2m.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bn/bn_gf2m.c b/crypto/bn/bn_gf2m.c
index 3bf017feda..e170fffc6c 100644
--- a/crypto/bn/bn_gf2m.c
+++ b/crypto/bn/bn_gf2m.c
@@ -88,6 +88,8 @@
*
*/
+#define OPENSSL_FIPSAPI
+
#include <assert.h>
#include <limits.h>
#include <stdio.h>