]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: removed leftover debugging statements proxmark3.c
authoriceman1001 <iceman@iuse.se>
Wed, 7 Jan 2015 10:10:46 +0000 (11:10 +0100)
committericeman1001 <iceman@iuse.se>
Wed, 7 Jan 2015 10:10:46 +0000 (11:10 +0100)
CHG: hint from Marshmellow that the flag "-lcrypto" needs be also in CFLAGS.

client/Makefile
client/proxmark3.c

index 93b1636168858a2cefef4d658cf8012df5589e99..37616e4855180fd7b41e35c8109bafc8769ffd84 100644 (file)
@@ -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)))
index 059cc345ef8f670bee72bbe650236672c7d3816c..0e2a698c1b8ca3783f2a1bc16d980539c423ce22 100644 (file)
@@ -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] == ' ')
Impressum, Datenschutz