summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormpi <>2018-03-16 12:31:09 +0000
committermpi <>2018-03-16 12:31:09 +0000
commit312779017f3b169989e1acb5381a4061b7370c43 (patch)
tree5da4289552e0c378e060632705fb8223113c4ad8 /src
parent79e16ec16e7b33a23d84302f1123f33d1d84c327 (diff)
downloadopenbsd-312779017f3b169989e1acb5381a4061b7370c43.tar.gz
openbsd-312779017f3b169989e1acb5381a4061b7370c43.tar.bz2
openbsd-312779017f3b169989e1acb5381a4061b7370c43.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.c4
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