From 541ee8295e0fe1b7c51fa4aee74aaa12f696860b Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 15 Sep 2012 07:25:56 +0200 Subject: Add support for using kernel implementations of GHASH This doesn't really improve performance on my Intel CPU (I guess due to the context switches), but more tests have to be made, in combination with offloading the AES to the kernel as well, and on different hardware. --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 29e3ba5..61dcbc6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -17,6 +17,7 @@ add_executable(fastd fastd.c config.c handshake.c + linux_alg.c peer.c printf.c queue.c -- cgit v1.2.3