summaryrefslogtreecommitdiffstats
path: root/crypto/conf
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-07-03 20:16:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-07-03 20:16:30 +0000
commite133ff71905418eaadac1b3c42b4dfdb334fd34b (patch)
treebea07ae5a4eaa64d3633a2fd592bafb9be111ab0 /crypto/conf
parent25da47c3c8862cf82fa1e7f32fed9b6c4693ac6e (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();
}