summaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2008-12-25 21:00:13 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2008-12-25 21:00:13 +0000
commit0e27b06f717da888f7959d9f44e940f646e9551c (patch)
tree7411d058bf3e2396fa04d8f4fdb4fb530d091cbd /h
parent1e7536c431c7915086bad850b3dc78f0e6ee8ff8 (diff)
hack at traditional heimdal crypto
Diffstat (limited to 'h')
-rw-r--r--h/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/h/config.h.in b/h/config.h.in
index ec4faad..bf03675 100644
--- a/h/config.h.in
+++ b/h/config.h.in
@@ -23,6 +23,9 @@
/* Define to 1 if you have the `krb5_crypto_init' function. */
#undef HAVE_KRB5_CRYPTO_INIT
+/* Define to 1 if you have the `krb5_c_decrypt' function. */
+#undef HAVE_KRB5_C_DECRYPT
+
/* Define to 1 if `krb5_auth_con_getauthenticator' takes a double pointer third arg. */
#undef KRB5_AUTH_CON_GETAUTHENTICATOR_TAKES_DOUBLE_POINTER