summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-03 15:58:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-03 15:58:43 +0000
commit65041aa27ee8446cb2b055b4067ebe4ca6743a1a (patch)
treef1ad3cebeeefd2bc44d5d7dedf1d4d074ef98564 /crypto/err
parent7dbbd4b35775948da01ca86ce9e94886f1347bbd (diff)
Add FIPS error codes.
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err_all.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c
index 3544e8fecd..f3bdf65a9d 100644
--- a/crypto/err/err_all.c
+++ b/crypto/err/err_all.c
@@ -154,6 +154,9 @@ void ERR_load_crypto_strings(void)
#endif
ERR_load_OCSP_strings();
ERR_load_UI_strings();
+#ifdef OPENSSL_FIPS
+ ERR_load_FIPS_strings();
+#endif
#ifndef OPENSSL_NO_CMS
ERR_load_CMS_strings();
#endif