summaryrefslogtreecommitdiff
path: root/decrypt
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2017-02-24 18:43:21 +0100
committerPeter Wu <peter@lekensteyn.nl>2017-02-24 18:43:21 +0100
commitba5d37b60e00154517984a17ce22585e51ac37d6 (patch)
tree6c69b69c16f62f91f243e12e6c21d340d26ea556 /decrypt
parent9680a664e1594692bbbf2040a3a79bed0b45f2f2 (diff)
downloadwireshark-notes-ba5d37b60e00154517984a17ce22585e51ac37d6.tar.gz
src/sslkeylog.c: avoid linker errors
Since the previous OpenSSL 1.1.0 compatibility patch, addition of the SSL_get_session and SSL_SESSION_get_master_key required them to be available at load time. Since applications are not necessarily linked with -lssl, this can fail. Avoid this dependency by looking up the symbols at runtime. Tested with OpenSSL 1.0.2.k (using python+requests) and OpenSSL_1_1_0-pre6-1439-g0e2c7b3ee (openssl s_client).
Diffstat (limited to 'decrypt')
0 files changed, 0 insertions, 0 deletions