From 6d31193858f176c276fe5f27d36408977933c1d6 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 24 Apr 1999 00:15:18 +0000 Subject: Complete rewrite of the error code generation script. It now runs as a single script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files. --- crypto/bio/bio.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'crypto/bio/bio.h') diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h index 99a3c92b75..4f1b3e3e98 100644 --- a/crypto/bio/bio.h +++ b/crypto/bio/bio.h @@ -683,6 +683,10 @@ int BIO_printf(); #endif /* BEGIN ERROR CODES */ +/* 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. + */ + /* Error codes for the BIO functions. */ /* Function codes. */ @@ -731,7 +735,7 @@ int BIO_printf(); #define BIO_R_UNINITIALIZED 120 #define BIO_R_UNSUPPORTED_METHOD 121 #define BIO_R_WSASTARTUP 122 - + #ifdef __cplusplus } #endif -- cgit v1.2.3