From 6383c6e3d0a7fe1ef1f7b600d124a628c1d7aa7d Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 29 Aug 2017 19:22:17 +0200 Subject: [PATCH] ext/sodium: sort functions list --- ext/sodium/php_libsodium.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/sodium/php_libsodium.h b/ext/sodium/php_libsodium.h index 18d90f82f2..acaca2a16d 100644 --- a/ext/sodium/php_libsodium.h +++ b/ext/sodium/php_libsodium.h @@ -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); -- 2.50.1