]> granicus.if.org Git - php/commitdiff
sodium ext: remove unused sodium_randombytes_*() prototypes
authorFrank Denis <jedisct1@php.net>
Thu, 13 Jul 2017 16:59:58 +0000 (18:59 +0200)
committerFrank Denis <jedisct1@php.net>
Thu, 13 Jul 2017 16:59:58 +0000 (18:59 +0200)
ext/sodium/php_libsodium.h

index a4713e2370acb18ed73c8475d4e56f680d8d0034..f891ed14235d98d80d3df5ef2a3a62e28132ffbc 100644 (file)
@@ -106,9 +106,6 @@ PHP_FUNCTION(sodium_hex2bin);
 PHP_FUNCTION(sodium_increment);
 PHP_FUNCTION(sodium_memcmp);
 PHP_FUNCTION(sodium_memzero);
-PHP_FUNCTION(sodium_randombytes_buf);
-PHP_FUNCTION(sodium_randombytes_random16);
-PHP_FUNCTION(sodium_randombytes_uniform);
 
 #define crypto_kx_BYTES crypto_scalarmult_BYTES
 #define crypto_kx_PUBLICKEYBYTES crypto_scalarmult_SCALARBYTES