yara icon indicating copy to clipboard operation
yara copied to clipboard

openssl warnings still shown when using --without-crypto

Open DanielRuf opened this issue 4 years ago • 0 comments

I still get the following when I set --without-crypto.

configure: WARNING:

*****************************************************************
  Could not find OpenSSL library. Some features in "pe" module
  have been disabled. If you want to enable all features please
  install OpenSSL and run this script again.
*****************************************************************

checking for Microsoft Crypto API... checking for wincrypt.h... no
checking for MacOSX Common Crypto API... checking CommonCrypto/CommonCrypto.h usability... no
checking CommonCrypto/CommonCrypto.h presence... no
checking for CommonCrypto/CommonCrypto.h... no
configure: WARNING:

*****************************************************************
  Could not find alternative APIs for hash functions. The "hash"
  module has been disabled.
*****************************************************************

DanielRuf avatar Oct 02 '21 21:10 DanielRuf