typo
authorBodo Möller <bodo@openssl.org>
Fri, 16 Aug 2002 11:19:59 +0000 (11:19 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 16 Aug 2002 11:19:59 +0000 (11:19 +0000)
Submitted by: Nils Larsch

apps/ecparam.c

index f7f2fafead9e840ec457dfcda0722fcc6397e7bf..ac4c565a4fb14b2bb586ad17ba9fa790e6a53824 100644 (file)
@@ -370,7 +370,7 @@ bad:
                        if (comment == NULL)
                                comment = "";
                        if (sname == NULL)
-                               sname == "";
+                               sname = "";
 
                        len = BIO_printf(out, "  %-10s: ", sname);
                        if (len + strlen(comment) > 80)