From 30765fed5558e81ea474c92291f6a9b139258f4d Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 22 Oct 2012 13:05:54 +0000 Subject: New config module for string tables. This can be used to add new multi string components (as used in DN fields or request attributes) or change the values of existing ones. --- crypto/conf/conf_mall.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/conf') diff --git a/crypto/conf/conf_mall.c b/crypto/conf/conf_mall.c index 213890e0c2..ee05d85de6 100644 --- a/crypto/conf/conf_mall.c +++ b/crypto/conf/conf_mall.c @@ -73,6 +73,7 @@ void OPENSSL_load_builtin_modules(void) { /* Add builtin modules here */ ASN1_add_oid_module(); + ASN1_add_stable_module(); #ifndef OPENSSL_NO_ENGINE ENGINE_add_conf_module(); #endif -- cgit v1.2.3