From: iceman1001 Date: Wed, 7 Jan 2015 10:10:46 +0000 (+0100) Subject: CHG: removed leftover debugging statements proxmark3.c X-Git-Tag: v2.0.0-rc1~59 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/002c1ce57a46fad83ea62b9043efea6554921cc6 CHG: removed leftover debugging statements proxmark3.c CHG: hint from Marshmellow that the flag "-lcrypto" needs be also in CFLAGS. --- diff --git a/client/Makefile b/client/Makefile index 93b16361..37616e48 100644 --- a/client/Makefile +++ b/client/Makefile @@ -15,7 +15,7 @@ OBJDIR = obj LDLIBS = -L/opt/local/lib -L/usr/local/lib ../liblua/liblua.a -lreadline -lpthread -lm -lcrypto LDFLAGS = $(COMMON_FLAGS) -CFLAGS = -std=c99 -I. -I../include -I../common -I/opt/local/include -I../liblua -Wall $(COMMON_FLAGS) -g -O4 +CFLAGS = -std=c99 -lcrypto -I. -I../include -I../common -I/opt/local/include -I../liblua -Wall $(COMMON_FLAGS) -g -O4 LUAPLATFORM = generic ifneq (,$(findstring MINGW,$(platform))) diff --git a/client/proxmark3.c b/client/proxmark3.c index 059cc345..0e2a698c 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -144,12 +144,9 @@ static void *main_loop(void *targ) { } if (!script_file) { - PrintAndLog("FOO!!"); cmd = readline(PROXPROMPT); - PrintAndLog("BAR!!"); } - PrintAndLog("SNAFU!!"); if (cmd) { while(cmd[strlen(cmd) - 1] == ' ')