diff options
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 |
