diff options
Diffstat (limited to 'lib/fips.h')
-rw-r--r-- | lib/fips.h | 3 |
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, |