summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-23 08:27:58 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-23 08:27:58 +0200
commit8383ca063d2473a87e585c20d80138d68d7d4dbf (patch)
treee8cadcccc58cef8a802ceb71d437749c6c285bb4 /examples/Makefile
parent619da468b62aed1c15fd81a4f630bcbb7c12dd7d (diff)
downloadcryptodev-linux-8383ca063d2473a87e585c20d80138d68d7d4dbf.tar.gz
cryptodev-linux-8383ca063d2473a87e585c20d80138d68d7d4dbf.tar.xz
cryptodev-linux-8383ca063d2473a87e585c20d80138d68d7d4dbf.zip
Revert "Modified NCR-USER API to "simplify" and allow setting of size of data structure without special system call."
This reverts commit 5689c9734223fb349bba526d620823a803c3b67e.
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/Makefile b/examples/Makefile
index a2849d3..c65297f 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -17,15 +17,11 @@ hmac: hmac.c
ncr: ncr.c
$(CC) $(CFLAGS) $< -o $@
-ncr-user: ncr-user.c
- $(CC) $(CFLAGS) $< -o $@
-
pk: pk.c
$(CC) $(CFLAGS) $< -o $@ -L/usr/local/lib -lgnutls
check: $(progs)
./ncr
- ./ncr-user
./pk
./cipher
./hmac