mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-18 20:30:58 +01:00
changed key derivation function, using scrypt (from tarsnap) now instead of my own derivation function
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#
|
||||
|
||||
|
||||
AM_CFLAGS = -I../include/pcp -Wall -g
|
||||
AM_CFLAGS = -I../include/pcp -I../libpcp/scrypt/crypto -Wall -g
|
||||
|
||||
bin_PROGRAMS = pcp1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user