X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fec.c;h=06f357d1dd2109f0b5e8f6bb4799357321f57291;hp=eb343d16a0ebe2f333198fc2b132364a1efd075b;hb=bd79bcb42bab120575fc398692b7b61b1c5e6ed2;hpb=dd1abd4462e4e4fa84b8f8de2ec70375f9b0e191 diff --git a/apps/ec.c b/apps/ec.c index eb343d16a0..06f357d1dd 100644 --- a/apps/ec.c +++ b/apps/ec.c @@ -185,7 +185,7 @@ int ec_main(int argc, char **argv) } else if (informat == FORMAT_ENGINE) { EVP_PKEY *pkey; if (pubin) - pkey = load_pubkey(infile, informat , 1, passin, e, "Public Key"); + pkey = load_pubkey(infile, informat, 1, passin, e, "Public Key"); else pkey = load_key(infile, informat, 1, passin, e, "Private Key"); if (pkey != NULL) {