ITS#7327 smbk5pwd: error if crypto backend unsupported

This commit is contained in:
Jan Vcelak 2012-07-19 13:34:35 +02:00 committed by Howard Chu
parent da75e3b65e
commit 759fe9c6d5

View file

@ -68,9 +68,11 @@ static ObjectClass *oc_krb5KDCEntry;
#ifdef HAVE_GNUTLS
#include <gcrypt.h>
typedef unsigned char DES_cblock[8];
#else
#elif HAVE_OPENSSL
#include <openssl/des.h>
#include <openssl/md4.h>
#else
#error Unsupported crypto backend.
#endif
#include "ldap_utf8.h"