From e1b483878d9824c63d376895da633b0b96fbbaed Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 22 Sep 2016 13:04:03 +0000 Subject: Import OpenSSL 1.0.2i. --- apps/s_apps.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/s_apps.h') diff --git a/apps/s_apps.h b/apps/s_apps.h index 5b54bfdc4e1c..5ba1e1d6d86d 100644 --- a/apps/s_apps.h +++ b/apps/s_apps.h @@ -199,7 +199,8 @@ int load_excert(SSL_EXCERT **pexc, BIO *err); void print_ssl_summary(BIO *bio, SSL *s); #ifdef HEADER_SSL_H int args_ssl(char ***pargs, int *pargc, SSL_CONF_CTX *cctx, - int *badarg, BIO *err, STACK_OF(OPENSSL_STRING) **pstr); + int *badarg, BIO *err, STACK_OF(OPENSSL_STRING) **pstr, + int *no_prot_opt); int args_ssl_call(SSL_CTX *ctx, BIO *err, SSL_CONF_CTX *cctx, STACK_OF(OPENSSL_STRING) *str, int no_ecdhe, int no_jpake); int ssl_ctx_add_crls(SSL_CTX *ctx, STACK_OF(X509_CRL) *crls, -- cgit v1.2.3