ready for testing

pull/1/head
Kaleb Himes 2014-05-25 11:40:43 -06:00
parent 4905a34cf7
commit c1742eef58
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ int main(int argc, char** argv)
} }
} }
if (ret != SSL_SUCCESS){ if (ret != SSL_SUCCESS){
printf("SSL_accept failed"); printf("SSL_accept failed\n");
continue; continue;
} }