Browse Source

sodium ext: remove unused sodium_randombytes_*() prototypes

pull/2629/head
Frank Denis 9 years ago
parent
commit
aa32d989c7
  1. 3
      ext/sodium/php_libsodium.h

3
ext/sodium/php_libsodium.h

@ -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

Loading…
Cancel
Save