Closed ffontaine closed 2 years ago
Fix the following build failure with libressl >= 3.5.0:
capture_openssl.c: In function 'P_hash': capture_openssl.c:101:18: error: storage size of 'hm' isn't known 101 | HMAC_CTX hm; | ^~
Fixes:
Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com
Thanks!!
Fix the following build failure with libressl >= 3.5.0:
Fixes:
Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com