commit | a15c953f77b6df4044d495252c33e42bc3c960b8 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Mon Oct 03 15:35:17 2016 +0100 |
committer | Matt Caswell <matt@openssl.org> | Mon Oct 03 16:25:48 2016 +0100 |
tree | 1d5fab4d994d01eedfbfdfe726233d87fe63e230 | |
parent | 6392fb8e2aa810d6c0e13e00a1c848ceacee33e1 [diff] [blame] |
Add a typedef for the construction function Reviewed-by: Rich Salz <rsalz@openssl.org>
diff --git a/ssl/statem/statem_clnt.c b/ssl/statem/statem_clnt.c index 1ea9d75..08b1239 100644 --- a/ssl/statem/statem_clnt.c +++ b/ssl/statem/statem_clnt.c
@@ -512,8 +512,7 @@ * 0: Error */ int ossl_statem_client_construct_message(SSL *s, WPACKET *pkt, - int (**confunc) (SSL *s, WPACKET *pkt), - int *mt) + confunc_f *confunc, int *mt) { OSSL_STATEM *st = &s->statem;