Remove special case code for SCTP reneg handling
[openssl.git] / apps / ec.c
index eb343d16a0ebe2f333198fc2b132364a1efd075b..06f357d1dd2109f0b5e8f6bb4799357321f57291 100644 (file)
--- 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) {