From 115f165b6e3bb74f45e13a65c5f4f82f28664a2c Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 7 Jul 2010 10:40:37 +0200 Subject: Added a modified libtomcrypt with DSA and RSA algorithms. --- libtomcrypt/headers/tomcrypt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libtomcrypt/headers/tomcrypt.h') diff --git a/libtomcrypt/headers/tomcrypt.h b/libtomcrypt/headers/tomcrypt.h index f3eb925..51fe804 100644 --- a/libtomcrypt/headers/tomcrypt.h +++ b/libtomcrypt/headers/tomcrypt.h @@ -63,6 +63,7 @@ enum { #include #include +#include #include #include #include -- cgit