ready for publishing
parent
51d432281f
commit
9a19a43e8a
|
@ -259,7 +259,9 @@ int main(int argc, char** argv)
|
||||||
sigaction(SIGINT, &act, &oact);
|
sigaction(SIGINT, &act, &oact);
|
||||||
|
|
||||||
/* CyaSSL_Debugging_ON(); */
|
/* CyaSSL_Debugging_ON(); */
|
||||||
CyaSSL_Init(); /* Initialize CyaSSL */
|
|
||||||
|
/* Initialize CyaSSL */
|
||||||
|
CyaSSL_Init();
|
||||||
|
|
||||||
if ((ctx = CyaSSL_CTX_new(CyaDTLSv1_2_server_method())) == NULL){
|
if ((ctx = CyaSSL_CTX_new(CyaDTLSv1_2_server_method())) == NULL){
|
||||||
fprintf(stderr, "CyaSSL_CTX_new error.\n");
|
fprintf(stderr, "CyaSSL_CTX_new error.\n");
|
||||||
|
|
Loading…
Reference in New Issue