aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-10-22 18:35:49 +0200
committerMichael Mann <mmann78@netscape.net>2017-10-22 23:13:31 +0000
commitb74af851471687e258fa7624a498981b77ebdba6 (patch)
treed83295d1f3507081af41f43f7cd3161b77b96723 /epan/dissectors/packet-ssl-utils.c
parent6e3133c41ca760e9c3156f641236af54c7464c48 (diff)
ssl-utils: Add export tls13_hkdf_expand_label
for reuse on QUIC dissector Change-Id: Ic1d6b875e1e1944bb2aa6c7a85bfdd984c00948c Reviewed-on: https://code.wireshark.org/review/24018 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.c')
-rw-r--r--epan/dissectors/packet-ssl-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ssl-utils.c b/epan/dissectors/packet-ssl-utils.c
index 5d0172a590..e5cedb6456 100644
--- a/epan/dissectors/packet-ssl-utils.c
+++ b/epan/dissectors/packet-ssl-utils.c
@@ -2745,7 +2745,7 @@ static gint tls12_handshake_hash(SslDecryptSession* ssl, gint md, StringInfo* ou
return 0;
}
-static gboolean
+gboolean
tls13_hkdf_expand_label(guchar draft_version,
int md, const StringInfo *secret, const char *label, const char *hash_value,
guint16 out_len, guchar **out)