Merge pull request #591 from reaperhulk/fix-590

add X509_verify_cert_error_string (fixes #590)
This commit is contained in:
Alex Gaynor 2014-02-10 07:28:26 -08:00
commit bc1f8b887e

View file

@ -167,6 +167,8 @@ X509_STORE *X509_STORE_new(void);
void X509_STORE_free(X509_STORE *);
int X509_STORE_add_cert(X509_STORE *, X509 *);
int X509_verify_cert(X509_STORE_CTX *);
const char *X509_verify_cert_error_string(long);
"""
MACROS = """