Skip to content

Commit

Permalink
Update httpService.c
Browse files Browse the repository at this point in the history
  • Loading branch information
GuckTubeYT authored Apr 29, 2023
1 parent 649c901 commit 3629619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpService.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ struct HTTPInfo HTTPSClient(const char* website) {
exit(0);
}

struct TLSContext *context = tls_create_context(0, TLS_V13);
struct TLSContext *context = tls_create_context(0, TLS_V12);

tls_make_exportable(context, 1);
tls_client_connect(context);
Expand Down

0 comments on commit 3629619

Please sign in to comment.