mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 19:37:48 +03:00
Remove workaround for really ancient libsodium versions
This commit is contained in:
parent
52ccad8685
commit
b653798d66
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue