summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2025-01-07 08:52:17 +0000
committertb <>2025-01-07 08:52:17 +0000
commit8af017c4e7dd8e8ee124c5cb7bc8370f1f2d179c (patch)
tree10b49db022841f970a5ece2cacf04e8c98659044
parentd589f6085401b1833475f8ee81e8bd8877cec677 (diff)
downloadopenbsd-8af017c4e7dd8e8ee124c5cb7bc8370f1f2d179c.tar.gz
openbsd-8af017c4e7dd8e8ee124c5cb7bc8370f1f2d179c.tar.bz2
openbsd-8af017c4e7dd8e8ee124c5cb7bc8370f1f2d179c.zip
Remove stale comment about methods and members
-rw-r--r--src/lib/libcrypto/ec/ec_local.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/ec/ec_local.h b/src/lib/libcrypto/ec/ec_local.h
index 49442786e7..5949908991 100644
--- a/src/lib/libcrypto/ec/ec_local.h
+++ b/src/lib/libcrypto/ec/ec_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ec_local.h,v 1.53 2025/01/07 08:30:52 tb Exp $ */ 1/* $OpenBSD: ec_local.h,v 1.54 2025/01/07 08:52:17 tb Exp $ */
2/* 2/*
3 * Originally written by Bodo Moeller for the OpenSSL project. 3 * Originally written by Bodo Moeller for the OpenSSL project.
4 */ 4 */
@@ -160,11 +160,6 @@ struct ec_group_st {
160 size_t seed_len; 160 size_t seed_len;
161 161
162 /* 162 /*
163 * Internal methods and members. Handled by the method functions, even
164 * if they appear to be generic.
165 */
166
167 /*
168 * Coefficients of the Weierstrass equation y^2 = x^3 + a*x + b (mod p). 163 * Coefficients of the Weierstrass equation y^2 = x^3 + a*x + b (mod p).
169 */ 164 */
170 BIGNUM *p; 165 BIGNUM *p;