Add script spawn minio server to test the URLs against it

This commit is contained in:
2025-12-01 14:36:22 +01:00
parent 8141b16051
commit abdbb2ab5b
5 changed files with 8 additions and 4 deletions
+2
View File
@@ -241,6 +241,8 @@ static int inplace_hmac(char *buf, int len1, int len2)
BCryptCloseAlgorithmProvider(alg, 0);
return 0;
#else
int olen = hmac_len(buf, len1, len2);
EVP_MAC *mac = EVP_MAC_fetch(NULL, "HMAC", NULL);
if (mac == NULL) {
return -1;