]> granicus.if.org Git - php/commitdiff
ext/sodium: sort functions list
authorFrank Denis <github@pureftpd.org>
Tue, 29 Aug 2017 17:22:17 +0000 (19:22 +0200)
committerFrank Denis <github@pureftpd.org>
Tue, 29 Aug 2017 17:22:17 +0000 (19:22 +0200)
ext/sodium/php_libsodium.h

index 18d90f82f2358a603ef157993c4e5c092ac85f44..acaca2a16d4969df8bf9ca06d3aed55d8fb08195 100644 (file)
@@ -43,10 +43,10 @@ PHP_FUNCTION(sodium_crypto_aead_aes256gcm_is_available);
 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_keygen);
 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_decrypt);
 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_encrypt);
-PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_keygen);
 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_decrypt);
 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_encrypt);
 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_keygen);
+PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_keygen);
 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_decrypt);
 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_encrypt);
 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_keygen);