diff options
author | Christian Pointner <equinox@anytun.org> | 2009-01-01 18:21:02 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-01-01 18:21:02 +0000 |
commit | cdefeefef362f1caffa7029e932ef6ad8c9beaff (patch) | |
tree | 39f2312ca166d248c4e3071ce9780bcd932db510 /src/Makefile | |
parent | removed useless malloc for seq_window_t (diff) |
added aes-ctr cipher
TODO: key derivation
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
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 |