From a5a1f7eac398192060b6b1c5aae79a6695791b59 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 29 Nov 2009 01:04:10 +0200 Subject: Only check that size is multiple of blocksize on ciphers. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 12bb5e2..7c4a33b 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ build: install: make -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install @echo "Installing cryptodev.h in /usr/include/crypto ..." - @install -D cryptodev.h /usr/include/crypto + @install -D cryptodev.h /usr/include/crypto/cryptodev.h clean: make -C $(KERNEL_DIR) SUBDIRS=`pwd` clean -- cgit