diff options
author | mpi <> | 2018-03-16 12:31:09 +0000 |
---|---|---|
committer | mpi <> | 2018-03-16 12:31:09 +0000 |
commit | fff8a131f135f1fbf7f3be0a83d4d66a79766454 (patch) | |
tree | 5da4289552e0c378e060632705fb8223113c4ad8 /src | |
parent | 3af1ea8463212d819635d3aef59d741cea72dd8c (diff) | |
download | openbsd-fff8a131f135f1fbf7f3be0a83d4d66a79766454.tar.gz openbsd-fff8a131f135f1fbf7f3be0a83d4d66a79766454.tar.bz2 openbsd-fff8a131f135f1fbf7f3be0a83d4d66a79766454.zip |
Consistently spell "IPsec" in comments and debug outputs.
From Raf Czlonka, ok sthen@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/ec/ec_curve.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_curve.c b/src/lib/libcrypto/ec/ec_curve.c index 1ee2a7c8e8..d4f6c28d1e 100644 --- a/src/lib/libcrypto/ec/ec_curve.c +++ b/src/lib/libcrypto/ec/ec_curve.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_curve.c,v 1.15 2017/01/29 17:49:23 beck Exp $ */ | 1 | /* $OpenBSD: ec_curve.c,v 1.16 2018/03/16 12:31:09 mpi Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Nils Larsch for the OpenSSL project. | 3 | * Written by Nils Larsch for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -2135,7 +2135,7 @@ static const struct { | |||
2135 | } | 2135 | } |
2136 | }; | 2136 | }; |
2137 | 2137 | ||
2138 | /* IPSec curves */ | 2138 | /* IPsec curves */ |
2139 | /* NOTE: The of curves over a extension field of non prime degree | 2139 | /* NOTE: The of curves over a extension field of non prime degree |
2140 | * is not recommended (Weil-descent). | 2140 | * is not recommended (Weil-descent). |
2141 | * As the group order is not a prime this curve is not suitable | 2141 | * As the group order is not a prime this curve is not suitable |