summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-25 20:48:26 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-25 21:34:37 +0200
commita9970bd8d7b690f03e770a16d8471924ea3ad126 (patch)
tree2281fec02d8f185f5ca843b001aff239fe10d48b /Makefile
parent174add36f5b6592db7573145f5c59d0207856e07 (diff)
downloadcryptodev-linux-a9970bd8d7b690f03e770a16d8471924ea3ad126.tar.gz
cryptodev-linux-a9970bd8d7b690f03e770a16d8471924ea3ad126.tar.xz
cryptodev-linux-a9970bd8d7b690f03e770a16d8471924ea3ad126.zip
Separated the direct session functions.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 04f4984..2babafd 100644
--- a/Makefile
+++ b/Makefile
@@ -68,6 +68,7 @@ TOMCRYPT_OBJECTS = libtomcrypt/misc/zeromem.o libtomcrypt/misc/crypt/crypt_argch
cryptodev-objs = cryptodev_main.o cryptodev_cipher.o ncr.o \
ncr-data.o ncr-key.o ncr-limits.o ncr-sessions.o ncr-pk.o \
+ ncr-sessions-direct.o \
ncr-key-wrap.o ncr-key-storage.o $(TOMMATH_OBJECTS) \
$(TOMCRYPT_OBJECTS)