diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/EC_POINT_add.3 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EC_POINT_add.3 b/src/lib/libcrypto/man/EC_POINT_add.3 index 74de2fa01c..dd3d58056a 100644 --- a/src/lib/libcrypto/man/EC_POINT_add.3 +++ b/src/lib/libcrypto/man/EC_POINT_add.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EC_POINT_add.3,v 1.5 2016/12/06 14:54:55 schwarze Exp $ | 1 | .\" $OpenBSD: EC_POINT_add.3,v 1.6 2016/12/11 14:22:43 schwarze Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Matt Caswell <matt@openssl.org>. | 4 | .\" This file was written by Matt Caswell <matt@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: December 6 2016 $ | 51 | .Dd $Mdocdate: December 11 2016 $ |
52 | .Dt EC_POINT_ADD 3 | 52 | .Dt EC_POINT_ADD 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -149,6 +149,11 @@ | |||
149 | .Fa "const EC_GROUP *group" | 149 | .Fa "const EC_GROUP *group" |
150 | .Fc | 150 | .Fc |
151 | .Sh DESCRIPTION | 151 | .Sh DESCRIPTION |
152 | These functions operate on | ||
153 | .Vt EC_POINT | ||
154 | objects created by | ||
155 | .Xr EC_POINT_new 3 . | ||
156 | .Pp | ||
152 | .Fn EC_POINT_add | 157 | .Fn EC_POINT_add |
153 | adds the two points | 158 | adds the two points |
154 | .Fa a | 159 | .Fa a |
@@ -261,7 +266,6 @@ returns 1 if the points are not equal, 0 if they are, or -1 on error. | |||
261 | returns 1 if a precomputation has been done or 0 if not. | 266 | returns 1 if a precomputation has been done or 0 if not. |
262 | .Sh SEE ALSO | 267 | .Sh SEE ALSO |
263 | .Xr d2i_ECPKParameters 3 , | 268 | .Xr d2i_ECPKParameters 3 , |
264 | .Xr ec 3 , | ||
265 | .Xr EC_GFp_simple_method 3 , | 269 | .Xr EC_GFp_simple_method 3 , |
266 | .Xr EC_GROUP_copy 3 , | 270 | .Xr EC_GROUP_copy 3 , |
267 | .Xr EC_GROUP_new 3 , | 271 | .Xr EC_GROUP_new 3 , |