Skip to content

Commit 6383c6e

Browse files
committed
ext/sodium: sort functions list
1 parent 045d18d commit 6383c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sodium/php_libsodium.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ PHP_FUNCTION(sodium_crypto_aead_aes256gcm_is_available);
4343
PHP_FUNCTION(sodium_crypto_aead_aes256gcm_keygen);
4444
PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_decrypt);
4545
PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_encrypt);
46-
PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_keygen);
4746
PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_decrypt);
4847
PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_encrypt);
4948
PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_keygen);
49+
PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_keygen);
5050
PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_decrypt);
5151
PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_encrypt);
5252
PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_keygen);

0 commit comments

Comments
 (0)