diff --git a/src/libsodium/crypto_pwhash/crypto_pwhash.c b/src/libsodium/crypto_pwhash/crypto_pwhash.c index 6e621d7b..b6c16c81 100644 --- a/src/libsodium/crypto_pwhash/crypto_pwhash.c +++ b/src/libsodium/crypto_pwhash/crypto_pwhash.c @@ -5,10 +5,6 @@ #include "crypto_pwhash.h" -#if SIZE_MAX < crypto_pwhash_MEMLIMIT_MAX -# error Password hashing functions cannot be used on this platform -#endif - int crypto_pwhash_alg_argon2i13(void) {