summaryrefslogtreecommitdiffstats
path: root/util/mkerr.pl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-03-08 12:14:25 +0000
committerBodo Möller <bodo@openssl.org>2001-03-08 12:14:25 +0000
commitde10f6900d71a9db99d41ded7227700ac1580bdb (patch)
tree4467b82b609285113d806607e6d8ddc13363a26e /util/mkerr.pl
parentadfe54b7beb931fa0a717fc2831bada8b4f4fa16 (diff)
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.
Diffstat (limited to 'util/mkerr.pl')
-rw-r--r--util/mkerr.pl1
1 files changed, 1 insertions, 0 deletions
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. */