mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
Fix EC token key generation
This commit is contained in:
parent
dcd940b6b8
commit
b9dd27a915
@ -549,6 +549,7 @@ pk11_attr_data pkcs11::generateKey(QString name, unsigned long mech,
|
||||
pub_atts << pk11_attr_data(CKA_EC_PARAMS,
|
||||
i2d_bytearray(I2D_VOID(i2d_ECPKParameters), group));
|
||||
EC_GROUP_free(group);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
default:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user