aboutsummaryrefslogtreecommitdiff
path: root/ssl/statem/statem_locl.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-06-12 09:18:24 +0100
committerMatt Caswell <matt@openssl.org>2017-06-21 14:45:35 +0100
commit3a7c56b2c0e6680e4ad3d83387a970110efdf1ba (patch)
treebe8c9d95e7dde8376304ca49e928407b1aeb23ed /ssl/statem/statem_locl.h
parent2556aec5d07546963eddc2df6824729fc218f41b (diff)
downloadopenssl-3a7c56b2c0e6680e4ad3d83387a970110efdf1ba.zip
openssl-3a7c56b2c0e6680e4ad3d83387a970110efdf1ba.tar.gz
openssl-3a7c56b2c0e6680e4ad3d83387a970110efdf1ba.tar.bz2
Add TLSv1.3 server side external PSK support
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3670)
Diffstat (limited to 'ssl/statem/statem_locl.h')
-rw-r--r--ssl/statem/statem_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/statem/statem_locl.h b/ssl/statem/statem_locl.h
index b6ce4cc..1f8c22d 100644
--- a/ssl/statem/statem_locl.h
+++ b/ssl/statem/statem_locl.h
@@ -183,7 +183,7 @@ __owur int tls_psk_do_binder(SSL *s, const EVP_MD *md,
const unsigned char *msgstart,
size_t binderoffset, const unsigned char *binderin,
unsigned char *binderout,
- SSL_SESSION *sess, int sign);
+ SSL_SESSION *sess, int sign, int external);
/* Server Extension processing */
int tls_parse_ctos_renegotiate(SSL *s, PACKET *pkt, unsigned int context,