summaryrefslogtreecommitdiffstats
path: root/crypto/conf
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-07-03 20:20:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-07-03 20:20:11 +0000
commit74d89b0d938512a56437532db3b06bdcb40e0718 (patch)
tree4db5e074ac1997ccd2092865e49e36d1ca34c753 /crypto/conf
parentf142a71c3da0f4a4bd42e9dd6736176bab2358d9 (diff)
PR: 2840
Reported by: David McCullough <david_mccullough@mcafee.com> Restore fips configuration module from 0.9.8.
Diffstat (limited to 'crypto/conf')
-rw-r--r--crypto/conf/conf_mall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/conf/conf_mall.c b/crypto/conf/conf_mall.c
index c6f4cb2d55..213890e0c2 100644
--- a/crypto/conf/conf_mall.c
+++ b/crypto/conf/conf_mall.c
@@ -76,5 +76,6 @@ void OPENSSL_load_builtin_modules(void)
#ifndef OPENSSL_NO_ENGINE
ENGINE_add_conf_module();
#endif
+ EVP_add_alg_module();
}