From: Nicolas Grekas Date: Mon, 25 May 2020 12:40:18 +0000 (+0200) Subject: Fix func info for sodium_crypto_aead_xchacha20poly1305_ietf_decrypt X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=caca6648718b2854e9df113b23569c4265730201;p=php Fix func info for sodium_crypto_aead_xchacha20poly1305_ietf_decrypt --- diff --git a/ext/opcache/Optimizer/zend_func_info.c b/ext/opcache/Optimizer/zend_func_info.c index b08f8af1f4..6b013f7614 100644 --- a/ext/opcache/Optimizer/zend_func_info.c +++ b/ext/opcache/Optimizer/zend_func_info.c @@ -680,7 +680,7 @@ static const func_info_t func_infos[] = { F1("sodium_crypto_aead_chacha20poly1305_ietf_encrypt", MAY_BE_STRING), F1("sodium_crypto_aead_chacha20poly1305_ietf_decrypt", MAY_BE_FALSE | MAY_BE_STRING), F1("sodium_crypto_aead_xchacha20poly1305_ietf_encrypt", MAY_BE_STRING), - F1("sodium_crypto_aead_xchacha20poly1305_ietf_decrypt", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING), + F1("sodium_crypto_aead_xchacha20poly1305_ietf_decrypt", MAY_BE_FALSE | MAY_BE_STRING), F1("sodium_crypto_aead_chacha20poly1305_keygen", MAY_BE_STRING), F1("sodium_crypto_aead_chacha20poly1305_ietf_keygen", MAY_BE_STRING), F1("sodium_crypto_aead_xchacha20poly1305_ietf_keygen", MAY_BE_STRING),