diff options
author | Andreas Schneider <mail@cynapses.org> | 2009-08-20 10:44:31 +0200 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2009-08-20 10:44:31 +0200 |
commit | 92db6f8c6d4aa8a33c973ef68c0f2d145f065c0c (patch) | |
tree | 5f967de79243960cf61b65215684c9949cc9ab90 | |
parent | 0fd0c6d2936c7ba9b3d81adf3fdb113f6cf7b97a (diff) | |
download | libssh-92db6f8c6d4aa8a33c973ef68c0f2d145f065c0c.tar.gz libssh-92db6f8c6d4aa8a33c973ef68c0f2d145f065c0c.tar.xz libssh-92db6f8c6d4aa8a33c973ef68c0f2d145f065c0c.zip |
Remove DEBUG_CRYPTO variable.
You can enable it with cmake -DWITH_DEBUG_CRYPTO:BOOL=TRUE.
-rw-r--r-- | include/libssh/priv.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 152753a..6c5a688 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 |