ready for publishing

pull/1/head
Kaleb Himes 2014-06-05 15:45:11 -06:00
parent 51d432281f
commit 9a19a43e8a
1 changed files with 5 additions and 3 deletions

View File

@ -259,7 +259,9 @@ int main(int argc, char** argv)
sigaction(SIGINT, &act, &oact);
/* CyaSSL_Debugging_ON(); */
CyaSSL_Init(); /* Initialize CyaSSL */
/* Initialize CyaSSL */
CyaSSL_Init();
if ((ctx = CyaSSL_CTX_new(CyaDTLSv1_2_server_method())) == NULL){
fprintf(stderr, "CyaSSL_CTX_new error.\n");