mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
removed tarsnaps scrypt(), using libsodiums instead
This commit is contained in:
@@ -12,10 +12,6 @@
|
||||
/* Define if be32toh() is available */
|
||||
#undef HAVE_BE32TOH
|
||||
|
||||
/* Define to 1 if you have the declaration of `be64enc', and to 0 if you
|
||||
don't. */
|
||||
#undef HAVE_DECL_BE64ENC
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#undef HAVE_DLFCN_H
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
../../libpcp/scrypt/crypto/crypto_scrypt.h
|
||||
@@ -32,7 +32,6 @@
|
||||
|
||||
#include <sodium.h>
|
||||
|
||||
#include "crypto_scrypt.h"
|
||||
#include "mem.h"
|
||||
#include "defines.h"
|
||||
#include "context.h"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#define PCP_VERSION_MAJOR 0
|
||||
#define PCP_VERSION_MINOR 2
|
||||
#define PCP_VERSION_PATCH 5
|
||||
#define PCP_VERSION_PATCH 6
|
||||
|
||||
#define PCP_MAKE_VERSION(major, minor, patch) \
|
||||
((major * 10000) + (minor * 100) + (patch))
|
||||
|
||||
Reference in New Issue
Block a user