From 780a3de303e5cf7534123aa8a9518ed74537659b Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 15 Jun 2010 14:30:06 +0200 Subject: Added generic sessions to allow encryption/decryption hash and HMAC. Removed the ncr-cipher.c. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b427b3f..8dafd60 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ KERNEL_DIR ?= /lib/modules/$(shell uname -r)/build VERSION = 0.1 cryptodev-objs = cryptodev_main.o cryptodev_cipher.o ncr.o \ - ncr-data.o ncr-key.o ncr-limits.o ncr-sessions.o ncr-cipher.o \ + ncr-data.o ncr-key.o ncr-limits.o ncr-sessions.o \ ncr-key-wrap.o obj-m += cryptodev.o -- cgit