Codebase list libcryptx-perl / a7df80b
fix test name Karel Miko 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
107107 "39995a5ee76b55f9c2f098020f00db7c2abf62e35e7628dfac6561c5020101a11203100003a63510".
108108 "5c5717812580408a3fd5ac");
109109 my $pk = Crypt::PK::ECC->new(\$der);
110 ok($pk->is_private, "ecc_set_key bug");
110 ok($pk->is_private, "der_length_custom_type bug");
111111 }