disable crypto self-test

This commit is contained in:
Andreas Steffen
2009-05-15 14:39:42 +02:00
parent deb73fee10
commit e209c4d820
4 changed files with 69 additions and 11 deletions
+5
View File
@@ -116,6 +116,11 @@ if USE_SMARTCARD
AM_CFLAGS += -DSMARTCARD
endif
# This compile option activates the crypto self-test
if USE_SELF_TEST
AM_CFLAGS += -DSELF_TEST
endif
if USE_CAPABILITIES
pluto_LDADD += -lcap
endif