File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ PHP_FUNCTION(sodium_crypto_aead_aes256gcm_is_available);
43
43
PHP_FUNCTION (sodium_crypto_aead_aes256gcm_keygen );
44
44
PHP_FUNCTION (sodium_crypto_aead_chacha20poly1305_decrypt );
45
45
PHP_FUNCTION (sodium_crypto_aead_chacha20poly1305_encrypt );
46
- PHP_FUNCTION (sodium_crypto_aead_chacha20poly1305_keygen );
47
46
PHP_FUNCTION (sodium_crypto_aead_chacha20poly1305_ietf_decrypt );
48
47
PHP_FUNCTION (sodium_crypto_aead_chacha20poly1305_ietf_encrypt );
49
48
PHP_FUNCTION (sodium_crypto_aead_chacha20poly1305_ietf_keygen );
49
+ PHP_FUNCTION (sodium_crypto_aead_chacha20poly1305_keygen );
50
50
PHP_FUNCTION (sodium_crypto_aead_xchacha20poly1305_ietf_decrypt );
51
51
PHP_FUNCTION (sodium_crypto_aead_xchacha20poly1305_ietf_encrypt );
52
52
PHP_FUNCTION (sodium_crypto_aead_xchacha20poly1305_ietf_keygen );
You can’t perform that action at this time.
0 commit comments