From de10f6900d71a9db99d41ded7227700ac1580bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Thu, 8 Mar 2001 12:14:25 +0000 Subject: Sort openssl.ec, the configuration file for mkerr.pl. Change mkerr.pl so that it puts the ERR_load_..._strings() prototype in header files that it writes. --- util/mkerr.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/mkerr.pl b/util/mkerr.pl index b744c81d6b..7dbe246297 100644 --- a/util/mkerr.pl +++ b/util/mkerr.pl @@ -257,6 +257,7 @@ foreach $lib (keys %csrc) /* The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ +void ERR_load_${lib}_strings(void); /* Error codes for the $lib functions. */ -- cgit v1.2.3