From 6bc619d159c134c1e863627c157d28b12ca33d63 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 8 May 2014 14:31:37 +0200 Subject: [PATCH] lib/krb5_wrap: define KRB5_PW_SALT if it is not already there. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Andrew Bartlett --- lib/krb5_wrap/krb5_samba.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/krb5_wrap/krb5_samba.h b/lib/krb5_wrap/krb5_samba.h index 13b8c32e7cb..be1b20e6576 100644 --- a/lib/krb5_wrap/krb5_samba.h +++ b/lib/krb5_wrap/krb5_samba.h @@ -64,6 +64,10 @@ #define AP_OPTS_USE_SUBKEY 0 #endif +#ifndef KRB5_PW_SALT +#define KRB5_PW_SALT 3 +#endif + typedef struct { #if defined(HAVE_MAGIC_IN_KRB5_ADDRESS) && defined(HAVE_ADDRTYPE_IN_KRB5_ADDRESS) /* MIT */ krb5_address **addrs; -- 2.34.1