mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 04:17:25 +00:00

Build failure happens at: ``` $ ./configure --with-openssl && make .... state.c: In function 'r_hash_do_hmac_sha256': state.c:155:19: error: 'r_SHA256_BLOCK_LENGTH' undeclared (first use in this function); did you mean 'SHA256_BLOCK_LENGTH'? 155 | ut8 bskey[r_SHA256_BLOCK_LENGTH]; // block-sized key | ^~~~~~~~~~~~~~~~~~~~~ | SHA256_BLOCK_LENGTH ``` The change defines r2_.* aliases for openssl implementation.