projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
New config module for string tables. This can be used to add new
[openssl.git]
/
crypto
/
conf
/
conf_mall.c
diff --git
a/crypto/conf/conf_mall.c
b/crypto/conf/conf_mall.c
index 213890e0c28fd59042ad94679ba22324da284784..ee05d85de63680969aa3f5a7e55cdc6ff693902d 100644
(file)
--- 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();
{
/* Add builtin modules here */
ASN1_add_oid_module();
+ ASN1_add_stable_module();
#ifndef OPENSSL_NO_ENGINE
ENGINE_add_conf_module();
#endif
#ifndef OPENSSL_NO_ENGINE
ENGINE_add_conf_module();
#endif