Actions
Bug #6234
closedIncomplete code in ossl_pkey_ec.c
Bug #6234:
Incomplete code in ossl_pkey_ec.c
Description
File: ext\openssl\ossl_pkey_ec.c
} else {
BIO *in = ossl_obj2bio(arg1);
/* BUG: finish me */
BIO_free(in);
if (point == NULL) {
ossl_raise(eEC_POINT, "unknown type for 2nd arg");
}
}
Actions