summaryrefslogtreecommitdiffstats
path: root/examples/hmac.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-05-27 12:32:28 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-17 20:47:37 +0200
commit02eb90375d9975252647ac285d0ba9fa61435640 (patch)
treeb15be668291bc941e56cebba0baf591372569921 /examples/hmac.c
parent71eb8aa3b9c05b5ab8b8ab9cc0e245349dc2402d (diff)
downloadcryptodev-linux-02eb90375d9975252647ac285d0ba9fa61435640.tar.gz
cryptodev-linux-02eb90375d9975252647ac285d0ba9fa61435640.tar.xz
cryptodev-linux-02eb90375d9975252647ac285d0ba9fa61435640.zip
Added data functionality and a test program.
Diffstat (limited to 'examples/hmac.c')
-rw-r--r--examples/hmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hmac.c b/examples/hmac.c
index 9975792..9757f90 100644
--- a/examples/hmac.c
+++ b/examples/hmac.c
@@ -10,7 +10,7 @@
#include <fcntl.h>
#include <sys/ioctl.h>
-#include <crypto/cryptodev.h>
+#include "../cryptodev.h"
#define DATA_SIZE 4096
#define BLOCK_SIZE 16