FIX typo OpenSSL vs OpenSsl.

This commit is contained in:
alegon01 2019-03-06 11:35:11 +01:00
parent b327b76134
commit 728d099a53
1 changed files with 1 additions and 1 deletions

View File

@ -5418,7 +5418,7 @@ static int encrypt_decrypt(CK_SESSION_HANDLE session,
}
#else
if (hash_alg != CKM_SHA_1) {
printf("This version of OpenSsl only supports SHA1 for OAEP, returning\n");
printf("This version of OpenSSL only supports SHA1 for OAEP, returning\n");
return 0;
}
#endif