Update from 0.9.7-stable branch

This commit is contained in:
Dr. Stephen Henson 2006-12-07 13:28:07 +00:00
parent 9b945233b1
commit 35e59297fc

View File

@ -97,10 +97,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();