Commit 60c31439 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

bcrypt: Fix build error on systems with old GnuTLS.

parent 036f007e
...@@ -24,7 +24,7 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment