Revert "Bail out if SIZE_MAX < crypto_pwhash_MEMLIMIT_MAX"

This reverts commit c2ef7d0882.
This commit is contained in:
Frank Denis 2017-07-15 17:59:55 +02:00
parent 0fd9aae17a
commit c746eb2776

View File

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