Skip to content

Commit 3d4c7ff

Browse files
Fix finfo for sodium_crypto_aead_xchacha20poly1305_ietf_decrypt
1 parent e4524ea commit 3d4c7ff

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
@@ -679,7 +679,7 @@ static const func_info_t func_infos[] = {
679679
F1("sodium_crypto_aead_chacha20poly1305_ietf_encrypt", MAY_BE_STRING),
680680
F1("sodium_crypto_aead_chacha20poly1305_ietf_decrypt", MAY_BE_FALSE | MAY_BE_STRING),
681681
F1("sodium_crypto_aead_xchacha20poly1305_ietf_encrypt", MAY_BE_STRING),
682-
F1("sodium_crypto_aead_xchacha20poly1305_ietf_decrypt", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
682+
F1("sodium_crypto_aead_xchacha20poly1305_ietf_decrypt", MAY_BE_FALSE | MAY_BE_STRING),
683683
F1("sodium_crypto_aead_chacha20poly1305_keygen", MAY_BE_STRING),
684684
F1("sodium_crypto_aead_chacha20poly1305_ietf_keygen", MAY_BE_STRING),
685685
F1("sodium_crypto_aead_xchacha20poly1305_ietf_keygen", MAY_BE_STRING),

0 commit comments

Comments
 (0)