aboutsummaryrefslogtreecommitdiffstats
path: root/util/mkerr.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-12-23 02:02:42 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-12-23 02:02:42 +0000
commit525f51f6c98751de4db3b81789044d32e3686cda (patch)
tree6dd7f1baa5eb540c8e98a6401c5bd57709f1a1e9 /util/mkerr.pl
parent78baa17ad04922f996514f24f3823b9b8d4ec434 (diff)
downloadopenssl-525f51f6c98751de4db3b81789044d32e3686cda.tar.gz
Add PKCS#8 utility functions and add PBE options.
Diffstat (limited to 'util/mkerr.pl')
-rw-r--r--util/mkerr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkerr.pl b/util/mkerr.pl
index 4b3bccb13e..ebc059ef22 100644
--- a/util/mkerr.pl
+++ b/util/mkerr.pl
@@ -450,7 +450,7 @@ void ERR_load_${lib}_strings(void)
#ifdef ${lib}_LIB_NAME
${lib}_lib_name->error = ERR_PACK(${lib}_lib_error_code,0,0);
ERR_load_strings(0,${lib}_lib_name);
-#endif;
+#endif
}
}