Fix indentation.

This commit is contained in:
alegon01 2019-02-12 14:09:26 +01:00
parent b63a868e68
commit 9ae507c5f8

View File

@ -5379,10 +5379,10 @@ static int encrypt_decrypt(CK_SESSION_HANDLE session,
return 0;
}
#else
if (hash_alg != CKM_SHA_1) {
printf("This version of OpenSsl only supports SHA1 for OAEP, returning\n");
if (hash_alg != CKM_SHA_1) {
printf("This version of OpenSsl only supports SHA1 for OAEP, returning\n");
return 0;
}
}
#endif
switch (mgf) {
case CKG_MGF1_SHA1: