summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2009-11-29 01:04:10 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2009-11-29 01:04:10 +0200
commita5a1f7eac398192060b6b1c5aae79a6695791b59 (patch)
tree2af4d1d0eff9e5301bdbdd0b288d587d86caa2cd /Makefile
parent30181c1a49a63fddc97dd10dbac1b49568aede1f (diff)
downloadcryptodev-linux-a5a1f7eac398192060b6b1c5aae79a6695791b59.tar.gz
cryptodev-linux-a5a1f7eac398192060b6b1c5aae79a6695791b59.tar.xz
cryptodev-linux-a5a1f7eac398192060b6b1c5aae79a6695791b59.zip
Only check that size is multiple of blocksize on ciphers.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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