summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EC_GROUP_copy.3
diff options
context:
space:
mode:
authorjmc <>2016-11-21 22:19:15 +0000
committerjmc <>2016-11-21 22:19:15 +0000
commite05d97d2a0ec0063a0a11bf0b2ac2d04dfcf7798 (patch)
tree4f2ead661ef1282b4d3b9864c0b0a6c1f1509065 /src/lib/libcrypto/man/EC_GROUP_copy.3
parent587118ed88ee457a42eede1b3f726da2f0a59f7c (diff)
downloadopenbsd-e05d97d2a0ec0063a0a11bf0b2ac2d04dfcf7798.tar.gz
openbsd-e05d97d2a0ec0063a0a11bf0b2ac2d04dfcf7798.tar.bz2
openbsd-e05d97d2a0ec0063a0a11bf0b2ac2d04dfcf7798.zip
various cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/EC_GROUP_copy.3')
-rw-r--r--src/lib/libcrypto/man/EC_GROUP_copy.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EC_GROUP_copy.3 b/src/lib/libcrypto/man/EC_GROUP_copy.3
index 37b3d089bc..28b4aee21a 100644
--- a/src/lib/libcrypto/man/EC_GROUP_copy.3
+++ b/src/lib/libcrypto/man/EC_GROUP_copy.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: EC_GROUP_copy.3,v 1.3 2016/11/15 09:25:45 jmc Exp $ 1.\" $OpenBSD: EC_GROUP_copy.3,v 1.4 2016/11/21 22:19:15 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 15 2016 $ 3.Dd $Mdocdate: November 21 2016 $
4.Dt EC_GROUP_COPY 3 4.Dt EC_GROUP_COPY 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -313,7 +313,7 @@ non-zero.
313The function 313The function
314.Fn EC_GROUP_check 314.Fn EC_GROUP_check
315performs a number of checks on a curve to verify that it is valid. 315performs a number of checks on a curve to verify that it is valid.
316Checks performed include verifying that the discriminant is non zero; 316Checks performed include verifying that the discriminant is non-zero;
317that a generator has been defined; that the generator is on the curve 317that a generator has been defined; that the generator is on the curve
318and has the correct order. 318and has the correct order.
319.Pp 319.Pp