summaryrefslogtreecommitdiffstats
path: root/apps/s_apps.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-04-11 16:53:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-04-11 16:53:11 +0000
commitfc6fc7ff38ead45fa4d64a407a9cf9ce49f8b578 (patch)
treefd56427240497e25ed485f2d1a17dd83468ae6c1 /apps/s_apps.h
parentadfd95c2ac08dbbd0f451a77383e3bd07df0ff48 (diff)
Add options to set additional type specific certificate chains to
s_server.
Diffstat (limited to 'apps/s_apps.h')
-rw-r--r--apps/s_apps.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/s_apps.h b/apps/s_apps.h
index 39a11d9a77..5de65329a9 100644
--- a/apps/s_apps.h
+++ b/apps/s_apps.h
@@ -154,7 +154,8 @@ int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
#endif
#ifdef HEADER_SSL_H
int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file);
-int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key);
+int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key,
+ STACK_OF(X509) *chain);
int ssl_print_sigalgs(BIO *out, SSL *s);
int ssl_print_curves(BIO *out, SSL *s);
#endif