Skip to content
Snippets Groups Projects
Commit 9bbce951 authored by Dominik Fuhrmann's avatar Dominik Fuhrmann
Browse files

bugfix

parent 1506acdf
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ int main() { ...@@ -76,7 +76,7 @@ int main() {
// SSL-Verbindung beenden // SSL-Verbindung beenden
wolfSSL_shutdown(ssl); wolfSSL_shutdown(ssl);
SSL_free(ssl); wolfSSL_free(ssl);
close(sockfd); close(sockfd);
// SSL-Kontext freigeben // SSL-Kontext freigeben
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment