Skip to content

Commit

Permalink
wolfio: peer review comment cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
philljj committed Feb 14, 2025
1 parent 9dfcc6a commit f2bb063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wolfio.c
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ int EmbedReceiveFrom(WOLFSSL *ssl, char *buf, int sz, void *ctx)
if (ret != 0)
return ret;
}
#endif /* WOLFSSL_PEER_ADDRESS_CHANGES*/
#endif /* !WOLFSSL_PEER_ADDRESS_CHANGES */
}
#ifndef NO_ASN_TIME
ssl->dtls_start_timeout = 0;
Expand Down Expand Up @@ -1362,7 +1362,7 @@ int wolfIO_TcpConnect(SOCKET_T* sockfd, const char* ip, word16 port, int to_sec)
SOCKADDR_IN6 *sin;
#else
SOCKADDR_IN *sin;
#endif /* WOLFSSL_IPV6*/
#endif /* WOLFSSL_IPV6 */
#endif /* HAVE_GETADDRINFO */

if (sockfd == NULL || ip == NULL) {
Expand Down

0 comments on commit f2bb063

Please sign in to comment.