mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +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
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.12.4 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.12.6 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
|
||||
@@ -235,7 +235,7 @@ target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
AM_CFLAGS = -I../include/pcp -Wall -g
|
||||
AM_CFLAGS = -I../include/pcp -I../libpcp/scrypt/crypto -Wall -g
|
||||
pcp1_LDADD = ../libpcp/.libs/libpcp1.a
|
||||
pcp1_SOURCES = pcp.c keymgmt.c keyprint.c readpass.c \
|
||||
encryption.c z85util.c signature.c \
|
||||
|
||||
Reference in New Issue
Block a user