Skip to content

Commit

Permalink
Add some whitespace between words. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
lundinc2 authored Jul 7, 2020
1 parent 36b13a4 commit 357ddd9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void vPKCS11MechanismsAndDigestDemo( void )
else
{
configPRINTF( ( "This Cryptoki library does not support verifying" \
"messages with ECDSA public keys.\r\n" ) );
" messages with ECDSA public keys.\r\n" ) );
}

configASSERT( MechanismInfo.ulMaxKeySize >= pkcs11ECDSA_P256_KEY_BITS );
Expand All @@ -203,12 +203,12 @@ void vPKCS11MechanismsAndDigestDemo( void )

if( 0 != ( CKF_DIGEST & MechanismInfo.flags ) )
{
configPRINTF( ( "The Cryptoki library supports the" \
configPRINTF( ( "The Cryptoki library supports the " \
"SHA-256 algorithm.\r\n" ) );
}
else
{
configPRINTF( ( "The Cryptoki library doesn't support the" \
configPRINTF( ( "The Cryptoki library doesn't support the " \
"SHA-256 algorithm.\r\n" ) );
}

Expand Down

0 comments on commit 357ddd9

Please sign in to comment.