Wireshark-commits: [Wireshark-commits] master c227279: packet-kerberos: try to fix the build on mac
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c227279d33da06f42133f2fd6b0317d34635bef7
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
c227279 by Gerald Combs (gerald@xxxxxxxxxxxxx):
packet-kerberos: try to fix the build on macOS 10.14
/usr/lib/libkrb5.dylib doesn't have krb5_pac_verify().
This hopefully fixes the build problem introduced by commit
d9aab840a75ededc286b8e9894e5af7ce6298bbc
Change-Id: Ib354a59cbc20c6bf97ddc029d8b042d4aea6dae9
Reviewed-by: Stefan Metzmacher <metze@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/35713
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 35cdf00 NR RRC: upgrade dissector to v15.8.0
add c227279 packet-kerberos: try to fix the build on macOS 10.14
Summary of changes:
cmake/modules/FindKERBEROS.cmake | 1 +
cmakeconfig.h.in | 3 +++
.../asn1/kerberos/packet-kerberos-template.c | 25 ++++++++++++-----
epan/dissectors/packet-kerberos.c | 31 +++++++++++++++-------
4 files changed, 43 insertions(+), 17 deletions(-)