mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Revert "Bail out if SIZE_MAX < crypto_pwhash_MEMLIMIT_MAX"
This reverts commit c2ef7d0882.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user