summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec
diff options
context:
space:
mode:
authorkrw <>2016-03-20 16:50:29 +0000
committerkrw <>2016-03-20 16:50:29 +0000
commitb0d59af38cf8802ece4b23a2ed7c6271dd75137b (patch)
tree0b42d780771922548ed4c8debc8dd681316a9399 /src/lib/libcrypto/ec
parent2915fa70193d5bf5e6e22e036e5f141bca9f91e3 (diff)
downloadopenbsd-b0d59af38cf8802ece4b23a2ed7c6271dd75137b.tar.gz
openbsd-b0d59af38cf8802ece4b23a2ed7c6271dd75137b.tar.bz2
openbsd-b0d59af38cf8802ece4b23a2ed7c6271dd75137b.zip
" the the " -> " the ", or in a couple of cases replace the superfluous
"the" with the obviously intended word. Started with a "the the" spotted by Mihal Mazurek.
Diffstat (limited to 'src/lib/libcrypto/ec')
-rw-r--r--src/lib/libcrypto/ec/ec_asn1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_asn1.c b/src/lib/libcrypto/ec/ec_asn1.c
index adaff98b2f..3234e7a6f2 100644
--- a/src/lib/libcrypto/ec/ec_asn1.c
+++ b/src/lib/libcrypto/ec/ec_asn1.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ec_asn1.c,v 1.21 2015/10/16 15:15:39 jsing Exp $ */ 1/* $OpenBSD: ec_asn1.c,v 1.22 2016/03/20 16:50:29 krw Exp $ */
2/* 2/*
3 * Written by Nils Larsch for the OpenSSL project. 3 * Written by Nils Larsch for the OpenSSL project.
4 */ 4 */
@@ -1019,7 +1019,7 @@ ec_asn1_group2pkparameters(const EC_GROUP * group, ECPKPARAMETERS * params)
1019 1019
1020 if (EC_GROUP_get_asn1_flag(group)) { 1020 if (EC_GROUP_get_asn1_flag(group)) {
1021 /* 1021 /*
1022 * use the asn1 OID to describe the the elliptic curve 1022 * use the asn1 OID to describe the elliptic curve
1023 * parameters 1023 * parameters
1024 */ 1024 */
1025 tmp = EC_GROUP_get_curve_name(group); 1025 tmp = EC_GROUP_get_curve_name(group);