Some bits here and there...

This commit is contained in:
2016-08-10 01:08:56 +03:00
parent 0c4a57faed
commit 65b923cba8
7 changed files with 26 additions and 16 deletions

View File

@@ -201,3 +201,4 @@ int main(int count, char *strings[])
close(server); /* close socket */
SSL_CTX_free(ctx); /* release context */
}