summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-04 22:13:06 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-04 22:13:06 +0000
commit4426f95b08521cb2356a54ece0e4c803c8cab309 (patch)
tree20b5bd6127a1bef2d4ded7d48585e5ffc76be7fc /src/Makefile
parentget rid of some mallocs and mpz_inits at cipher (diff)
added libgmp free ctr calc implementation to 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 45ae277..30aebf9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -34,7 +34,7 @@
TARGET=$(shell uname -s)
CC = gcc
-CCFLAGS = -g -O2 -DANYTUN_02_COMPAT #-DNO_LIBGMP -DNO_CRYPT
+CCFLAGS = -g -O2 # -DNO_LIBGMP # -DANYTUN_02_COMPAT #-DNO_CRYPT
LD = gcc
LDFLAGS = -g -Wall -O2 -lgcrypt -lgpg-error -lgmp