From b653798d6616cf4a727cb03ad55ab9e74d55c27e Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 8 Oct 2021 15:06:06 +0200 Subject: [PATCH] Remove workaround for really ancient libsodium versions --- src/minisign.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/minisign.c b/src/minisign.c index abf82f6..3e73150 100644 --- a/src/minisign.c +++ b/src/minisign.c @@ -18,11 +18,6 @@ #include "helpers.h" #include "minisign.h" -#ifndef crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_MIN -# define crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_MIN 32768U -# define crypto_pwhash_scryptsalsa208sha256_MEMLIMIT_MIN 16777216U -#endif - #ifndef VERIFY_ONLY static const char *getopt_options = "GSVRHhc:fm:oP:p:qQs:t:vx:"; #else