summaryrefslogtreecommitdiffstats
path: root/crypto/x509
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-12-26 16:11:10 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-12-26 16:11:10 +0000
commit28fbbe3b1bc89cd5dba6a0d9e74a3cf24d341002 (patch)
tree76e212afd0ce9d9472561ed2ef0f66ef67976dbb /crypto/x509
parent8d2dbe6ac077279e6a957356245d6bd138e03705 (diff)
Add missing prototype to x509.h
Diffstat (limited to 'crypto/x509')
-rw-r--r--crypto/x509/x509.h1
1 files changed, 1 insertions, 0 deletions
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);