summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-04-06 11:58:17 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-04-06 11:58:17 +0000
commit736d69750dd248e246abf3d0377ba240aa0e8226 (patch)
tree81c4beef90f145ccb8d548c2609f8bc81cc56d8d /ssl/ssl_locl.h
parent0cb9dbed4e131c83fcd3ac683294def87f566695 (diff)
Backport: tidy/enhance certificate chain output code (from HEAD)
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index 13ab8d3946..3b1bad2f67 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -827,6 +827,7 @@ int ssl_cipher_get_evp(const SSL_SESSION *s,const EVP_CIPHER **enc,
const EVP_MD **md,int *mac_pkey_type,int *mac_secret_size, SSL_COMP **comp);
int ssl_get_handshake_digest(int i,long *mask,const EVP_MD **md);
int ssl_verify_cert_chain(SSL *s,STACK_OF(X509) *sk);
+int ssl_add_cert_chain(SSL *s, X509 *x, unsigned long *l);
int ssl_undefined_function(SSL *s);
int ssl_undefined_void_function(void);
int ssl_undefined_const_function(const SSL *s);