Commit 75df0bb2 authored by Richard Levitte's avatar Richard Levitte
Browse files

perl util/mkerr.pl -recurse -write -rebuild

parent 22b540f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -877,6 +877,7 @@ void ASN1_STRING_TABLE_cleanup(void);
/* 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_ASN1_strings(void);

/* Error codes for the ASN1 functions. */

@@ -1148,4 +1149,3 @@ void ASN1_STRING_TABLE_cleanup(void);
}
#endif
#endif
+1 −1
Original line number Diff line number Diff line
@@ -615,6 +615,7 @@ int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args);
/* 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_BIO_strings(void);

/* Error codes for the BIO functions. */

@@ -684,4 +685,3 @@ int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args);
}
#endif
#endif
+1 −1
Original line number Diff line number Diff line
@@ -477,6 +477,7 @@ int BN_bntest_rand(BIGNUM *rnd, int bits, int top,int bottom);
/* 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_BN_strings(void);

/* Error codes for the BN functions. */

@@ -520,4 +521,3 @@ int BN_bntest_rand(BIGNUM *rnd, int bits, int top,int bottom);
}
#endif
#endif
+1 −1
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ void ERR_load_BUF_strings(void );
/* 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_BUF_strings(void);

/* Error codes for the BUF functions. */

@@ -95,4 +96,3 @@ void ERR_load_BUF_strings(void );
}
#endif
#endif
+1 −1
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ COMP_METHOD *COMP_zlib(void );
/* 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_COMP_strings(void);

/* Error codes for the COMP functions. */

@@ -58,4 +59,3 @@ COMP_METHOD *COMP_zlib(void );
}
#endif
#endif
Loading