Skip to content

Commit 75c3f2a

Browse files
committed
extmod/modussl_axtls: Update for axTLS 2.1.3.
ssl_client_new() accepts new SSL_EXTENSIONS* argument.
1 parent f01c1c6 commit 75c3f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extmod/modussl_axtls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ STATIC mp_obj_ssl_socket_t *socket_new(mp_obj_t sock, bool server_side) {
6262
if (server_side) {
6363
o->ssl_sock = ssl_server_new(o->ssl_ctx, (long)sock);
6464
} else {
65-
o->ssl_sock = ssl_client_new(o->ssl_ctx, (long)sock, NULL, 0);
65+
o->ssl_sock = ssl_client_new(o->ssl_ctx, (long)sock, NULL, 0, NULL);
6666

6767
int res;
6868
/* check the return status */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy