Commit 618def59 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Remove 'done' variable since it stops error codes being reloaded.

parent 54a2631e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -91,10 +91,6 @@

void ERR_load_crypto_strings(void)
	{
	static int done=0;

	if (done) return;
	done=1;
#ifndef OPENSSL_NO_ERR
	ERR_load_ERR_strings(); /* include error strings for SYSerr */
	ERR_load_BN_strings();