From 28fbbe3b1bc89cd5dba6a0d9e74a3cf24d341002 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 26 Dec 2012 16:11:10 +0000 Subject: [PATCH] Add missing prototype to x509.h --- crypto/x509/x509.h | 1 + 1 file changed, 1 insertion(+) 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); -- 2.25.1