Add missing prototype to x509.h

This commit is contained in:
Dr. Stephen Henson 2012-12-26 16:11:10 +00:00
parent 8d2dbe6ac0
commit 28fbbe3b1b

View File

@ -970,6 +970,7 @@ int X509_chain_check_suiteb(int *perror_depth,
unsigned long flags);
int X509_CRL_check_suiteb(X509_CRL *crl, EVP_PKEY *pk,
unsigned long flags);
STACK_OF(X509) *X509_chain_up_ref(STACK_OF(X509) *chain);
int X509_issuer_and_serial_cmp(const X509 *a, const X509 *b);
unsigned long X509_issuer_and_serial_hash(X509 *a);