bcrypt: Fix build error on systems with old GnuTLS.
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
036f007e24
commit
60c3143928
|
@ -24,7 +24,7 @@
|
||||||
#ifdef HAVE_COMMONCRYPTO_COMMONCRYPTOR_H
|
#ifdef HAVE_COMMONCRYPTO_COMMONCRYPTOR_H
|
||||||
#include <AvailabilityMacros.h>
|
#include <AvailabilityMacros.h>
|
||||||
#include <CommonCrypto/CommonCryptor.h>
|
#include <CommonCrypto/CommonCryptor.h>
|
||||||
#elif defined(SONAME_LIBGNUTLS)
|
#elif defined(HAVE_GNUTLS_CIPHER_INIT)
|
||||||
#include <gnutls/gnutls.h>
|
#include <gnutls/gnutls.h>
|
||||||
#include <gnutls/crypto.h>
|
#include <gnutls/crypto.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue