Changeset 1784 for box/chris/general/lib/server/SSLLib.cpp
- Timestamp:
- 01/08/2007 00:18:50 (5 years ago)
- File:
-
- 1 edited
-
box/chris/general/lib/server/SSLLib.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/chris/general/lib/server/SSLLib.cpp
r217 r1784 14 14 #include <openssl/err.h> 15 15 #include <openssl/rand.h> 16 17 #ifndef WIN3218 #include <syslog.h>19 #endif20 16 21 17 #include "SSLLib.h" … … 74 70 { 75 71 ::ERR_error_string_n(errcode, errname, sizeof(errname)); 76 #ifndef NDEBUG 77 if(SSLLib__TraceErrors) 78 { 79 TRACE2("SSL err during %s: %s\n", ErrorDuringAction, errname); 80 } 81 #endif 82 ::syslog(LOG_ERR, "SSL err during %s: %s", ErrorDuringAction, errname); 72 BOX_ERROR("SSL error during " << ErrorDuringAction << ": " << 73 errname); 83 74 } 84 75 }
Note: See TracChangeset
for help on using the changeset viewer.
