tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit 50ce03d5f5672fa47d7eab992b6c374265659a09
parent 18f2cf25d096d4f92325d086a779c70007dc4b2d
Author: Jaromil <jaromil@dyne.org>
Date:   Fri, 14 Nov 2014 18:52:44 +0100

reactivated KDF test

Diffstat:
Mextras/test/runtests | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/test/runtests b/extras/test/runtests @@ -28,7 +28,7 @@ tt() { } # check for auxiliary programs -KDF=0 +KDF=1 STEGHIDE=1 RESIZER=1 command -v steghide > /dev/null || STEGHIDE=0