Loading crypto/ocsp/ocsp.h +4 −0 Original line number Diff line number Diff line Loading @@ -541,13 +541,17 @@ int OCSP_extension_print(BIO *bp, X509_EXTENSION *x, int ind); void ERR_load_OCSP_strings(void); #if 0 /* Not yet implemented */ X509_EXTENSION *OCSP_nochain_new(void); #endif char* ocspResponseStatus2string(long s); char* ocspCertStatus2string(long s); char * cRLReason2string(long s); #if 0 /* Not yet implemented */ void OCSP_add_standard_extension(void); #endif /* BEGIN ERROR CODES */ /* The following lines are auto generated by the script mkerr.pl. Any changes Loading Loading
crypto/ocsp/ocsp.h +4 −0 Original line number Diff line number Diff line Loading @@ -541,13 +541,17 @@ int OCSP_extension_print(BIO *bp, X509_EXTENSION *x, int ind); void ERR_load_OCSP_strings(void); #if 0 /* Not yet implemented */ X509_EXTENSION *OCSP_nochain_new(void); #endif char* ocspResponseStatus2string(long s); char* ocspCertStatus2string(long s); char * cRLReason2string(long s); #if 0 /* Not yet implemented */ void OCSP_add_standard_extension(void); #endif /* BEGIN ERROR CODES */ /* The following lines are auto generated by the script mkerr.pl. Any changes Loading