Commit 0396a447 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

print errors in pkey utility

parent 23b6699e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -179,6 +179,8 @@ int pkey_main(int argc, char **argv)
    ret = 0;

 end:
    if (ret != 0)
        ERR_print_errors(bio_err);
    EVP_PKEY_free(pkey);
    release_engine(e);
    BIO_free_all(out);