From 59f04bfddd47a963d0039094003fe82412df3ab5 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 16 Apr 2009 15:47:15 +0000 Subject: Add option to enable crypto debug output. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@509 7dcaeef0-15fb-0310-b436-a5af3365683c --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index de60ccc..2ff415e 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -68,6 +68,9 @@ /* Define to 1 if you want to enable server support */ #cmakedefine WITH_SERVER 1 +/* Define to 1 if you want to enable debug output for crypto functions */ +#cmakedefine DEBUG_CRYPTO 1 + /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD -- cgit v1.2.3