Update condition for llHMAC to be SEF

This commit is contained in:
Sei Lisa 2023-07-15 10:53:19 +02:00
parent 4a5c9089a0
commit 82ea298e85

View file

@ -1662,7 +1662,8 @@ void llLinkSetSoundQueueing(integer link, integer queue)
void llLinkSetSoundRadius(integer link, float radius)
string llHMAC(string authkey, string message, string hashalg)
- SEF
- SEF if alg == "md5" || alg == "sha1" || alg == "sha224" || alg == "sha256" || alg == "sha384" || alg == "sha512"
# otherwise error
string llSignRSA(string privkey, string message, string hashalg)
- SEF