From 8383ca063d2473a87e585c20d80138d68d7d4dbf Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 23 Jul 2010 08:27:58 +0200 Subject: Revert "Modified NCR-USER API to "simplify" and allow setting of size of data structure without special system call." This reverts commit 5689c9734223fb349bba526d620823a803c3b67e. --- examples/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples/Makefile') 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 -- cgit