@@ -241,6 +241,8 @@ static int inplace_hmac(char *buf, int len1, int len2)
BCryptCloseAlgorithmProvider(alg,0);
return0;
#else
intolen=hmac_len(buf,len1,len2);
EVP_MAC*mac=EVP_MAC_fetch(NULL,"HMAC",NULL);
if(mac==NULL){
return-1;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.