mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-19 04:40:56 +01:00
added raw library encryption test with static keys, cipher and message
This commit is contained in:
@@ -20,7 +20,15 @@
|
||||
#
|
||||
|
||||
AM_CFLAGS = -I../include/pcp -Wall -g
|
||||
check_PROGRAMS = col invalidkeys pwhashes
|
||||
check_PROGRAMS = col invalidkeys pwhashes gencheader statictest
|
||||
|
||||
gencheader_LDADD = ../libpcp/.libs/libpcp1.a
|
||||
gencheader_SOURCES = gencheader.c
|
||||
|
||||
statictest_LDADD = ../libpcp/.libs/libpcp1.a
|
||||
statictest_SOURCES = statictest.c
|
||||
|
||||
|
||||
|
||||
col_LDADD = ../libpcp/.libs/libpcp1.a
|
||||
col_SOURCES = collisions.c ../src/compat_getopt.c
|
||||
|
||||
Reference in New Issue
Block a user