Project

General

Profile

Actions

Bug #6234

closed

Incomplete code in ossl_pkey_ec.c

Added by rubysubmit (Ruby Submit) about 12 years ago. Updated over 5 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.2p290
Backport:
[ruby-core:43959]

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

Also available in: Atom PDF

Like0
Like0Like0Like0Like0