diff options
author | 2018-03-16 12:31:09 +0000 | |
---|---|---|
committer | 2018-03-16 12:31:09 +0000 | |
commit | 44c85a19f15136c6b2fcdea068777705bcb3dbb2 (patch) | |
tree | 4437b40449104cb04772bedf0fe871293e613068 /lib | |
parent | Since most (if not all) ARMv8 hardware doesn't actually support trapping of (diff) | |
download | wireguard-openbsd-44c85a19f15136c6b2fcdea068777705bcb3dbb2.tar.xz wireguard-openbsd-44c85a19f15136c6b2fcdea068777705bcb3dbb2.zip |
Consistently spell "IPsec" in comments and debug outputs.
From Raf Czlonka, ok sthen@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/ec/ec_curve.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/ec/ec_curve.c b/lib/libcrypto/ec/ec_curve.c index 1ee2a7c8e81..d4f6c28d1e8 100644 --- a/lib/libcrypto/ec/ec_curve.c +++ b/lib/libcrypto/ec/ec_curve.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ec_curve.c,v 1.15 2017/01/29 17:49:23 beck Exp $ */ +/* $OpenBSD: ec_curve.c,v 1.16 2018/03/16 12:31:09 mpi Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ @@ -2135,7 +2135,7 @@ static const struct { } }; -/* IPSec curves */ +/* IPsec curves */ /* NOTE: The of curves over a extension field of non prime degree * is not recommended (Weil-descent). * As the group order is not a prime this curve is not suitable |