summaryrefslogtreecommitdiff
path: root/lib/fips.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2013-11-13 10:47:48 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2013-11-27 11:41:43 +0100
commit4cd22fecf1ff33d64a99d1d2dce4f25e4ae0fc76 (patch)
treeeb4f478201194377fe7a44cc614af1032e42e11b /lib/fips.h
parent54684ed8aefe08e3d8fa49ab21211064c5f7f0f5 (diff)
downloadgnutls-4cd22fecf1ff33d64a99d1d2dce4f25e4ae0fc76.tar.gz
zeroize ECC secret scalars and points.
Diffstat (limited to 'lib/fips.h')
-rw-r--r--lib/fips.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/fips.h b/lib/fips.h
index 25b3e3c7a4..c94cb07863 100644
--- a/lib/fips.h
+++ b/lib/fips.h
@@ -26,6 +26,9 @@
#include <gnutls_int.h>
#include <gnutls/gnutls.h>
+/* This must be removed when finished */
+#define FIPS140_TEST
+
typedef enum {
FIPS_STATE_POWERON,
FIPS_STATE_INIT,