Don't do stupid things like print hmac sha1 stuff
authoraland <aland>
Wed, 12 Apr 2006 20:39:58 +0000 (20:39 +0000)
committeraland <aland>
Wed, 12 Apr 2006 20:39:58 +0000 (20:39 +0000)
src/lib/Makefile

index 18ddf9f..cdedffa 100644 (file)
@@ -21,7 +21,7 @@ CFLAGS                += -D_LIBRADIUS -I$(top_builddir)/src
 # if you have problems with things that need SHA1-HMAC, this will
 # dump the key and the input to the hash so you can compare to what
 # the other end is doing.
-CFLAGS += -DHMAC_SHA1_DATA_PROBLEMS
+#CFLAGS += -DHMAC_SHA1_DATA_PROBLEMS
 
 ifeq ($(USE_SHARED_LIBS),yes)
 LINK_MODE      = -export-dynamic