From e05d97d2a0ec0063a0a11bf0b2ac2d04dfcf7798 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Mon, 21 Nov 2016 22:19:15 +0000 Subject: various cleanup; --- src/lib/libcrypto/man/EC_GROUP_copy.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/man/EC_GROUP_copy.3') 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 @@ -.\" $OpenBSD: EC_GROUP_copy.3,v 1.3 2016/11/15 09:25:45 jmc Exp $ +.\" $OpenBSD: EC_GROUP_copy.3,v 1.4 2016/11/21 22:19:15 jmc Exp $ .\" -.Dd $Mdocdate: November 15 2016 $ +.Dd $Mdocdate: November 21 2016 $ .Dt EC_GROUP_COPY 3 .Os .Sh NAME @@ -313,7 +313,7 @@ non-zero. The function .Fn EC_GROUP_check performs a number of checks on a curve to verify that it is valid. -Checks performed include verifying that the discriminant is non zero; +Checks performed include verifying that the discriminant is non-zero; that a generator has been defined; that the generator is on the curve and has the correct order. .Pp -- cgit v1.2.3-55-g6feb