mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 06:43:09 -05:00
ITS#7327 smbk5pwd: error if crypto backend unsupported
This commit is contained in:
parent
da75e3b65e
commit
759fe9c6d5
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue