Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 492 Bytes

Udefined_SHA256_Init.md

File metadata and controls

19 lines (15 loc) · 492 Bytes

Error :

undefined reference to 'SHA256_Init' 
undefined reference to 'SHA256_Update'
undefined reference to 'SHA256_Final'

Getting error in crypto/SHA256_Init crypto/SHA256_Final 
                 crypto/SHA256_Update not found or undefined.

Solution :

Edit configure.ac file
Add line AC_CHECK_LIB(crypto, CRYPTO_malloc,,) to the file.

Reference link: 
https://github.com/archiecobbs/mtree-port/commit/e11b06521a3accb6b15b85972ddf771b108b4897