MatrixSSL 3.9.1

This commit is contained in:
Arto Niemi
2017-03-21 10:14:44 +02:00
parent 7c741e9005
commit e05dfbf650
96 changed files with 7526 additions and 5559 deletions

View File

@@ -433,7 +433,7 @@ int do_dialog_client(const char *host, const char *port)
}
/* The MatrixSSL certificate validation callback. */
int32 ssl_cert_auth(ssl_t *ssl, psX509Cert_t *cert, int32 alert)
static int32 ssl_cert_auth(ssl_t *ssl, psX509Cert_t *cert, int32 alert)
{
return MATRIXSSL_SUCCESS;
}