summaryrefslogtreecommitdiffstats
path: root/fips/fips.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-01-31 19:44:09 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-01-31 19:44:09 +0000
commit3dd9b31dc4fc935543d4142dfdd9a88e3ef6dcd8 (patch)
tree2d9bb9823747173badfa92d2638ff67836f72954 /fips/fips.h
parenteb164d0b12485292faee35770a4ce2f48976aa1f (diff)
Provisional, experimental support for DSA2 parameter generation algorithm.
Not properly integrated or tested yet.
Diffstat (limited to 'fips/fips.h')
-rw-r--r--fips/fips.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fips/fips.h b/fips/fips.h
index a49611d9b5..ea01f9fc4b 100644
--- a/fips/fips.h
+++ b/fips/fips.h
@@ -157,6 +157,7 @@ void ERR_load_FIPS_strings(void);
/* Function codes. */
#define FIPS_F_DH_BUILTIN_GENPARAMS 100
#define FIPS_F_DSA_BUILTIN_PARAMGEN 101
+#define FIPS_F_DSA_BUILTIN_PARAMGEN2 126
#define FIPS_F_DSA_DO_SIGN 102
#define FIPS_F_DSA_DO_VERIFY 103
#define FIPS_F_EVP_CIPHERINIT_EX 124