From 92db6f8c6d4aa8a33c973ef68c0f2d145f065c0c Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 20 Aug 2009 10:44:31 +0200 Subject: [PATCH] Remove DEBUG_CRYPTO variable. You can enable it with cmake -DWITH_DEBUG_CRYPTO:BOOL=TRUE. --- include/libssh/priv.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 152753a3..6c5a6885 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -39,12 +39,6 @@ #include "config.h" #include "libssh/libssh.h" -/* Debugging constants */ - -/* Define this if you want to debug crypto systems */ -/* it's usefull when you are debugging the lib */ -/*#define DEBUG_CRYPTO */ - /* some constants */ #define MAX_PACKET_LEN 262144 #define ERROR_BUFFERLEN 1024