Skip to content

Commit

Permalink
trivial style
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Nov 10, 2020
1 parent 7ab0e03 commit 544dfa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/msspi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ int msspi_read( MSSPI_HANDLE h, void * buf, int len )
{
if( buf == NULL )
return 0;

int decrypted = h->dec_len;

if( decrypted > len )
Expand Down Expand Up @@ -2516,7 +2516,7 @@ unsigned msspi_verify( MSSPI_HANDLE h )

if( !h->peercert && !msspi_get_peercerts( h, NULL, NULL, NULL ) )
return dwVerify;

if( !h->peercert )
return dwVerify;

Expand Down

0 comments on commit 544dfa9

Please sign in to comment.