Colored debugging...
FossilOrigin-Name: 153201cffee624726d6bcd3e428c0d69d7cc9e9cba6a84a5687de94a850550dd
This commit is contained in:
@ -25,11 +25,13 @@
|
||||
|
||||
#include "conn.h"
|
||||
#include "log.h"
|
||||
#include "dbg.h"
|
||||
#include "cw_util.h"
|
||||
#include "timer.h"
|
||||
|
||||
int dtls_gnutls_init()
|
||||
{
|
||||
cw_dbg(DBG_CW_INFO,"Init SSL library - using GnuTLS %s",gnutls_check_version(NULL));
|
||||
cw_dbg(DBG_INFO,"Init SSL library - using GnuTLS %s",gnutls_check_version(NULL));
|
||||
gnutls_global_init();
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user