From: Dr. Stephen Henson Date: Wed, 26 Dec 2012 16:11:10 +0000 (+0000) Subject: Add missing prototype to x509.h X-Git-Tag: OpenSSL_1_0_2-beta1~501 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=28fbbe3b1bc89cd5dba6a0d9e74a3cf24d341002;p=oweals%2Fopenssl.git Add missing prototype to x509.h --- diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h index 191f5ab6a6..e86a7fd744 100644 --- a/crypto/x509/x509.h +++ b/crypto/x509/x509.h @@ -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);