Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed May 21, 2015
1 parent 9af8ab1 commit 7f64530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tls_none.c
Expand Up @@ -68,7 +68,7 @@ void set_tls_enable(TLS_CONTEXT *ctx, bool value)

bool get_tls_verify_peer(TLS_CONTEXT *ctx)
{
return (ctx) ? ctx->verify_peer : false;
return false;
}

TLS_CONNECTION *new_tls_connection(TLS_CONTEXT *ctx, int fd, bool server)
Expand Down

0 comments on commit 7f64530

Please sign in to comment.