diff options
| author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-07-23 08:27:58 +0200 |
|---|---|---|
| committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-07-23 08:27:58 +0200 |
| commit | 8383ca063d2473a87e585c20d80138d68d7d4dbf (patch) | |
| tree | e8cadcccc58cef8a802ceb71d437749c6c285bb4 /examples/Makefile | |
| parent | 619da468b62aed1c15fd81a4f630bcbb7c12dd7d (diff) | |
| download | cryptodev-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/Makefile | 4 |
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 |
