summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-15 14:30:06 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-17 20:49:04 +0200
commit780a3de303e5cf7534123aa8a9518ed74537659b (patch)
tree870c8cb0269db147811775514baa684fd5ccdbcf /Makefile
parentb8444429562c8eda11c9c72f180092fa6841213f (diff)
downloadcryptodev-linux-780a3de303e5cf7534123aa8a9518ed74537659b.tar.gz
cryptodev-linux-780a3de303e5cf7534123aa8a9518ed74537659b.tar.xz
cryptodev-linux-780a3de303e5cf7534123aa8a9518ed74537659b.zip
Added generic sessions to allow encryption/decryption hash and HMAC.
Removed the ncr-cipher.c.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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