Bug
- Removed debugging code.
This commit is contained in:
@@ -9,6 +9,7 @@ Features
|
||||
expression evaluator.
|
||||
|
||||
Bugs
|
||||
+ Removed debugging code.
|
||||
|
||||
------ current release ---------------------------
|
||||
|
||||
|
||||
@@ -86,7 +86,7 @@ static int verify_certificate_callback (gnutls_session_t session)
|
||||
if (ret < 0)
|
||||
return GNUTLS_E_CERTIFICATE_ERROR;
|
||||
|
||||
std::cout << "c: INFO " << out.data << "\n";
|
||||
//std::cout << "c: INFO " << out.data << "\n";
|
||||
|
||||
gnutls_free (out.data);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user