summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-01 18:21:02 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-01 18:21:02 +0000
commitcdefeefef362f1caffa7029e932ef6ad8c9beaff (patch)
tree39f2312ca166d248c4e3071ce9780bcd932db510 /src/Makefile
parentremoved useless malloc for seq_window_t (diff)
added aes-ctr cipher
TODO: key derivation
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 9ed3363..e366af1 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -36,7 +36,7 @@ TARGET=$(shell uname -s)
CC = gcc
CCFLAGS = -g -O2
LD = gcc
-LDFLAGS = -g -Wall -O2 #-lgcrypt -lgpg-error
+LDFLAGS = -g -Wall -O2 -lgcrypt -lgpg-error -lgmp
ifeq ($(TARGET),Linux)
LDFLAGS += -ldl