Commit 4a25fb9e89 for openssl.org
commit 4a25fb9e89443b4c3590620067d62fab2bc6f03b
Author: Rochish Manda <28740792+Rochish-Manda@users.noreply.github.com>
Date: Mon Sep 14 11:41:45 2026 +0530
Fix typo in INSTALL.md for enable-ec_explicit_curves
CLA: trivial
Reviewed-by: Paul Yang <paulyang.inf@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.foundation>
Merge-date: Tue Sep 15 11:02:01 2026
Merged-from: https://github.com/openssl/openssl/pull/32817
diff --git a/INSTALL.md b/INSTALL.md
index 5d132b49f0..3e0fd4e1c1 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -787,9 +787,9 @@ Enable legacy TLS EC groups that were deprecated in RFC8422. These are the
Koblitz curves, B<secp160r1>, B<secp160r2>, B<secp192r1>, B<secp224r1>, and the
binary Elliptic curves that would also be disabled by C<no-ec2m>.
-### enable-ec_expicit_curves
+### enable-ec_explicit_curves
-Enable support for explictitly specified elliptic curves not matching the
+Enable support for explicitly specified elliptic curves not matching the
well-known ones. Until this option is on, such curves can't be instantiated
from ASN.1 formats.