summaryrefslogtreecommitdiff
path: root/crypto/pem/pem_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pem/pem_err.c')
-rw-r--r--crypto/pem/pem_err.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/pem/pem_err.c b/crypto/pem/pem_err.c
index e17fcdb540..1bd5c16c84 100644
--- a/crypto/pem/pem_err.c
+++ b/crypto/pem/pem_err.c
@@ -110,8 +110,8 @@ void ERR_load_PEM_strings()
{
static int init=1;
- if (init);
- {;
+ if (init)
+ {
init=0;
#ifndef NO_ERR
ERR_load_strings(ERR_LIB_PEM,PEM_str_functs);