summaryrefslogtreecommitdiffstats
path: root/fips/fips_err.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2003-09-27 15:54:43 +0000
committerBen Laurie <ben@openssl.org>2003-09-27 15:54:43 +0000
commit23430786606264f4f4e854fb214b0c5f6185ff95 (patch)
tree121fa6b683bd268f869cce1cf406b3104a0e8298 /fips/fips_err.h
parent2fe7c59277ac077b8914200e70fa519200fdcf15 (diff)
Selftest RSA and some fixes.
Diffstat (limited to 'fips/fips_err.h')
-rw-r--r--fips/fips_err.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fips/fips_err.h b/fips/fips_err.h
index 90c30320f2..a41f1f5505 100644
--- a/fips/fips_err.h
+++ b/fips/fips_err.h
@@ -1,4 +1,4 @@
-/* fips/fips_err.c */
+/* fips/fips_err.h */
/* ====================================================================
* Copyright (c) 1999-2003 The OpenSSL Project. All rights reserved.
*
@@ -70,6 +70,8 @@ static ERR_STRING_DATA FIPS_str_functs[]=
{ERR_PACK(0,FIPS_F_FIPS_DSA_CHECK,0), "FIPS_dsa_check"},
{ERR_PACK(0,FIPS_F_FIPS_MODE_SET,0), "FIPS_mode_set"},
{ERR_PACK(0,FIPS_F_FIPS_SELFTEST_AES,0), "FIPS_selftest_aes"},
+{ERR_PACK(0,FIPS_F_FIPS_SELFTEST_DES,0), "FIPS_selftest_des"},
+{ERR_PACK(0,FIPS_F_FIPS_SELFTEST_RSA,0), "FIPS_SELFTEST_RSA"},
{ERR_PACK(0,FIPS_F_FIPS_SELFTEST_SHA1,0), "FIPS_selftest_sha1"},
{ERR_PACK(0,FIPS_F_HASH_FINAL,0), "HASH_FINAL"},
{ERR_PACK(0,FIPS_F_SSLEAY_RAND_BYTES,0), "SSLEAY_RAND_BYTES"},