1
1
You can enable it with cmake -DWITH_DEBUG_CRYPTO:BOOL=TRUE.
Этот коммит содержится в:
Andreas Schneider 2009-08-20 10:44:31 +02:00
родитель 0fd0c6d293
Коммит 92db6f8c6d

Просмотреть файл

@ -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