Changeset: bebecf9762cf for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/bebecf9762cf
Modified Files:
common/utils/mcrypt.c
Branch: Jan2022
Log Message:
No need anymore for the "INVALID" algorithm hack.
We always have algorithms since we don't use OpenSSL anymore.
diffs (13 lines):
diff --git a/common/utils/mcrypt.c b/common/utils/mcrypt.c
--- a/common/utils/mcrypt.c
+++ b/common/utils/mcrypt.c
@@ -32,8 +32,7 @@ mcrypt_getHashAlgorithms(void)
* desire.
*/
static const char *algorithms =
- "INVALID"
- ",RIPEMD160"
+ "RIPEMD160"
",SHA512"
",SHA384"
",SHA256"
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list