unused code removed

On branch ECDSA-flags
 Changes to be committed:
	modified:   framework-pkcs15.c
This commit is contained in:
Doug Engert 2021-01-05 16:42:12 -06:00 committed by Frank Morgner
parent 521d420c42
commit 0b0deae4be
1 changed files with 0 additions and 5 deletions

View File

@ -5777,11 +5777,6 @@ static CK_RV register_ec_mechanisms(struct sc_pkcs11_card *p11card, int flags,
return rc;
}
#ifdef ENABLE_OPNSSL
/* if card does not support a HASH but supports RAW add split mech */
#endif
return CKR_OK;
}