Skip to content

Commit caca664

Browse files
nicolas-grekasnikic
authored andcommitted
Fix func info for sodium_crypto_aead_xchacha20poly1305_ietf_decrypt
1 parent b53f83c commit caca664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/Optimizer/zend_func_info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ static const func_info_t func_infos[] = {
680680
F1("sodium_crypto_aead_chacha20poly1305_ietf_encrypt", MAY_BE_STRING),
681681
F1("sodium_crypto_aead_chacha20poly1305_ietf_decrypt", MAY_BE_FALSE | MAY_BE_STRING),
682682
F1("sodium_crypto_aead_xchacha20poly1305_ietf_encrypt", MAY_BE_STRING),
683-
F1("sodium_crypto_aead_xchacha20poly1305_ietf_decrypt", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
683+
F1("sodium_crypto_aead_xchacha20poly1305_ietf_decrypt", MAY_BE_FALSE | MAY_BE_STRING),
684684
F1("sodium_crypto_aead_chacha20poly1305_keygen", MAY_BE_STRING),
685685
F1("sodium_crypto_aead_chacha20poly1305_ietf_keygen", MAY_BE_STRING),
686686
F1("sodium_crypto_aead_xchacha20poly1305_ietf_keygen", MAY_BE_STRING),

0 commit comments

Comments
 (0)