Skip to content

Commit 59d62f0

Browse files
committed
Fix build check
1 parent bd877c4 commit 59d62f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platform/posix/transport/src/openssl_posix.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ static OpensslStatus_t tlsHandshake( const ServerInfo_t * pServerInfo,
243243
OpensslStatus_t returnStatus = OPENSSL_SUCCESS;
244244
int32_t sslStatus = -1, verifyPeerCertStatus = X509_V_OK;
245245

246+
( void ) pServerInfo;
247+
246248
if( pOpensslCredentials->certHostName != NULL )
247249
{
248250
/* Validate the hostname against the server's certificate. */

0 commit comments

Comments
 (0)