aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-02-19 05:40:29 +0100
committerAnders Broman <a.broman58@gmail.com>2020-05-26 11:42:42 +0000
commit738e73a50e5a8d8fa8db97d4f5dec0ca96a7d983 (patch)
tree779323b42abbf45b1ced229059322579cadfefe7 /cmakeconfig.h.in
parenta97956fa20312f66b57c20e3a13cd94de81a61e5 (diff)
packet-kerberos: add support for decrypting KRB5 FAST messages
Currently this is only available for MIT Kerberos, but it should be possible to implement the same using krb5_crypto_fx_cf2() from Heimdal. Change-Id: Ic3327dfde770f9345485bf97e2ac6045b909b64e Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-on: https://code.wireshark.org/review/36472 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index f13d2a87bc..170b51a694 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -88,6 +88,9 @@
/* Define to 1 if you have the `krb5_pac_verify' function. */
#cmakedefine HAVE_KRB5_PAC_VERIFY 1
+/* Define to 1 if you have the `krb5_c_fx_cf2_simple' function. */
+#cmakedefine HAVE_KRB5_C_FX_CF2_SIMPLE 1
+
/* Define to 1 if you have the `inflatePrime' function. */
#cmakedefine HAVE_INFLATEPRIME 1