From: Frank Denis Date: Sat, 22 Jul 2017 15:49:32 +0000 (+0200) Subject: sodium ext: remove redundant and obsolete macros X-Git-Tag: php-7.3.0alpha1~1840 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c908caf6dfd2f64ee2a72137f1bdb32a73e0e0e0;p=php sodium ext: remove redundant and obsolete macros --- diff --git a/ext/sodium/php_libsodium.h b/ext/sodium/php_libsodium.h index 241fb3eb93..af12e27c56 100644 --- a/ext/sodium/php_libsodium.h +++ b/ext/sodium/php_libsodium.h @@ -109,10 +109,6 @@ PHP_FUNCTION(sodium_increment); PHP_FUNCTION(sodium_memcmp); PHP_FUNCTION(sodium_memzero); -#define crypto_kx_BYTES crypto_scalarmult_BYTES -#define crypto_kx_PUBLICKEYBYTES crypto_scalarmult_SCALARBYTES -#define crypto_kx_SECRETKEYBYTES crypto_scalarmult_SCALARBYTES - #endif /* PHP_LIBSODIUM_H */ /*