Skip to content

Commit

Permalink
sodium ext: remove unused sodium_randombytes_*() prototypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Denis committed Jul 13, 2017
1 parent b071fcb commit aa32d98
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ext/sodium/php_libsodium.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit aa32d98

@weltling
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jedisct1 there are still warnings https://ci.appveyor.com/project/php/php-src/build/master.build.2649/job/reiugsf5g36qc0o4#L2876. Could you address them, please?

Thanks.

Please sign in to comment.