Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit f48e0ef

Browse files
author
Rich Salz
committed
Fix setting of ssl_strings_inited.
Thanks to GitHub user zsergey105 for reporting this. Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from openssl#6875) (cherry picked from commit 10281e8)
1 parent 32096fd commit f48e0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssl/ssl_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ DEFINE_RUN_ONCE_STATIC(ossl_init_load_ssl_strings)
127127
"ERR_load_SSL_strings()\n");
128128
# endif
129129
ERR_load_SSL_strings();
130-
#endif
131130
ssl_strings_inited = 1;
131+
#endif
132132
return 1;
133133
}
134134

0 commit comments

Comments
 (0)