ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Unused SSL Code

From: Evan Huus <eapache@xxxxxxxxx>
Date: Mon, 24 Mar 2014 07:27:04 -0400
I was just poking through packet-ssl.[ch] for change [1] and noticed
that ssl_set_master_secret isn't used. The compiler's not flagging it
because it's in a header file, but I don't see it showing up anywhere
else in the code base.

Remove it? Or is it exposed for 3rd-party plugins that need it? In the
latter case, a comment would be nice.

Evan

[1] https://code.wireshark.org/review/#q,Ie59c379a4f00c807ebc50c95eea2017f8cac0c69,n,z