提交 10281e83 编写于 作者: R Rich Salz

Fix setting of ssl_strings_inited.

Thanks to GitHub user zsergey105 for reporting this.
Reviewed-by: NMatthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/6875)
上级 4e360445
...@@ -129,8 +129,8 @@ DEFINE_RUN_ONCE_STATIC(ossl_init_load_ssl_strings) ...@@ -129,8 +129,8 @@ DEFINE_RUN_ONCE_STATIC(ossl_init_load_ssl_strings)
"ERR_load_SSL_strings()\n"); "ERR_load_SSL_strings()\n");
# endif # endif
ERR_load_SSL_strings(); ERR_load_SSL_strings();
#endif
ssl_strings_inited = 1; ssl_strings_inited = 1;
#endif
return 1; return 1;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册