diff options
author | jmc <> | 2016-12-08 21:48:50 +0000 |
---|---|---|
committer | jmc <> | 2016-12-08 21:48:50 +0000 |
commit | 62f50a1d13267b5dfa94e12e8d74cf34809ba750 (patch) | |
tree | 51adef57c1053c866821a29d02e0261f7f40dce0 /src/lib/libcrypto/man/ec.3 | |
parent | 5a7410280c966d59168aac31ef6b2fa09a17b8be (diff) | |
download | openbsd-62f50a1d13267b5dfa94e12e8d74cf34809ba750.tar.gz openbsd-62f50a1d13267b5dfa94e12e8d74cf34809ba750.tar.bz2 openbsd-62f50a1d13267b5dfa94e12e8d74cf34809ba750.zip |
minor cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/ec.3')
-rw-r--r-- | src/lib/libcrypto/man/ec.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/ec.3 b/src/lib/libcrypto/man/ec.3 index efc6f9ab9e..b3e0c8697e 100644 --- a/src/lib/libcrypto/man/ec.3 +++ b/src/lib/libcrypto/man/ec.3 | |||
@@ -1,6 +1,6 @@ | |||
1 | .\" $OpenBSD: ec.3,v 1.3 2016/11/06 15:57:38 schwarze Exp $ | 1 | .\" $OpenBSD: ec.3,v 1.4 2016/12/08 21:48:50 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .Dd $Mdocdate: November 6 2016 $ | 3 | .Dd $Mdocdate: December 8 2016 $ |
4 | .Dt EC 3 | 4 | .Dt EC 3 |
5 | .Os | 5 | .Os |
6 | .Sh NAME | 6 | .Sh NAME |
@@ -54,7 +54,7 @@ objects are explained in | |||
54 | .Xr EC_POINT_new 3 , | 54 | .Xr EC_POINT_new 3 , |
55 | whilst functions for performing mathematical operations and tests on | 55 | whilst functions for performing mathematical operations and tests on |
56 | .Vt EC_POINT Ns s | 56 | .Vt EC_POINT Ns s |
57 | are coverd in | 57 | are covered in |
58 | .Xr EC_POINT_add 3 . | 58 | .Xr EC_POINT_add 3 . |
59 | .Pp | 59 | .Pp |
60 | For working with private and public keys refer to | 60 | For working with private and public keys refer to |