mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
changed key derivation function, using scrypt (from tarsnap) now instead of my own derivation function
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#
|
||||
# You can contact me by mail: <tlinden AT cpan DOT org>.
|
||||
#
|
||||
AM_CXXFLAGS = -I../../include -Wall -g
|
||||
AM_CXXFLAGS = -I../../include -I../../libpcp/scrypt/crypto -I../../libpcp/scrypt/util -Wall -g
|
||||
|
||||
lib_LTLIBRARIES = libpcp1++.la
|
||||
|
||||
|
||||
Reference in New Issue
Block a user