diff options
Diffstat (limited to 'crypto/x509/x509.h')
-rw-r--r-- | crypto/x509/x509.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h index 59c4fee7db..3853ff61a3 100644 --- a/crypto/x509/x509.h +++ b/crypto/x509/x509.h @@ -1215,6 +1215,10 @@ void EVP_PBE_cleanup(); #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 X509 functions. */ /* Function codes. */ @@ -1263,7 +1267,7 @@ void EVP_PBE_cleanup(); #define X509_R_UNKNOWN_NID 109 #define X509_R_UNSUPPORTED_ALGORITHM 111 #define X509_R_WRONG_LOOKUP_TYPE 112 - + #ifdef __cplusplus } #endif |