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. --- cryptodev_int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cryptodev_int.h') diff --git a/cryptodev_int.h b/cryptodev_int.h index 2901d59..a0d3073 100644 --- a/cryptodev_int.h +++ b/cryptodev_int.h @@ -11,6 +11,7 @@ #include #include #include +#include #define PFX "cryptodev: " #define dprintk(level,severity,format,a...) \ -- cgit