diff options
author | Miloslav Trmač <mitr@redhat.com> | 2010-08-07 07:14:40 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-24 20:58:32 +0200 |
commit | 5f96e48d0671bbcbc0b5f4c88baddc021dddc81a (patch) | |
tree | e57f657b64d2dfc3968e371bcb5dacdab51d7dd7 /userspace/ncrypto_generate_params.c | |
parent | 62548b20c29639e6ddb5435514a0cc7d45700cbb (diff) | |
download | cryptodev-linux-5f96e48d0671bbcbc0b5f4c88baddc021dddc81a.tar.gz cryptodev-linux-5f96e48d0671bbcbc0b5f4c88baddc021dddc81a.tar.xz cryptodev-linux-5f96e48d0671bbcbc0b5f4c88baddc021dddc81a.zip |
Abstract <linux/ncr.h> from <ncrypto.h> users
Let <ncrypto.h> users #include this header file alone, without caring
about <linux/ncr.h>.
To do so, set up a temporary copy of ncr.h so that the
#include <linux/ncr.h>
works at build time as well.
Diffstat (limited to 'userspace/ncrypto_generate_params.c')
-rw-r--r-- | userspace/ncrypto_generate_params.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ncrypto_generate_params.c b/userspace/ncrypto_generate_params.c index 5772aaf..9dd901d 100644 --- a/userspace/ncrypto_generate_params.c +++ b/userspace/ncrypto_generate_params.c @@ -2,7 +2,7 @@ #include <sys/types.h> #include <stdlib.h> #include <errno.h> -#include "../ncr.h" +#include <linux/ncr.h> #include "ncrypto.h" int |