Skip to content

Commit c655484

Browse files
Check for SHA-512 instead of BLAKE in configure
1 parent be1b72c commit c655484

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

configure

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7544,6 +7544,7 @@ WITH_SAVE_ENV([
75447544
], [
75457545
OBJ_nid2sn(NID_md5);
75467546
OBJ_nid2sn(NID_sha1);
7547+
OBJ_nid2sn(NID_sha512);
75477548
OBJ_nid2sn(NID_sha3_512);
75487549
EVP_PBE_scrypt(NULL, 0, NULL, 0, 2, 8, 1, 0, NULL, 0);
75497550
])], [ac_cv_working_openssl_hashlib=yes], [ac_cv_working_openssl_hashlib=no])

0 commit comments

Comments
 (0)