summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/d2i_ECPKParameters.3
diff options
context:
space:
mode:
authorschwarze <>2016-12-11 14:22:43 +0000
committerschwarze <>2016-12-11 14:22:43 +0000
commit24e78a11838b5b911fc4a003f68b779f8b42e6f6 (patch)
tree92e6f5e2683d2d01cb0ba02412611bc21815b976 /src/lib/libcrypto/man/d2i_ECPKParameters.3
parent11d403ec421a1cca33b5766d8b16528cfce5625c (diff)
downloadopenbsd-24e78a11838b5b911fc4a003f68b779f8b42e6f6.tar.gz
openbsd-24e78a11838b5b911fc4a003f68b779f8b42e6f6.tar.bz2
openbsd-24e78a11838b5b911fc4a003f68b779f8b42e6f6.zip
Distribute the text of ec(3) to the individual EC manuals where it belongs.
Make sure EC_GROUP_new(3) points to all EC manuals and all EC manuals point back to EC_GROUP_new(3), and add some other useful links as well. Change all links to ec(3) to point to EC_GROUP_new(3) instead.
Diffstat (limited to 'src/lib/libcrypto/man/d2i_ECPKParameters.3')
-rw-r--r--src/lib/libcrypto/man/d2i_ECPKParameters.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/d2i_ECPKParameters.3 b/src/lib/libcrypto/man/d2i_ECPKParameters.3
index 02f3c5c39b..edecdee67c 100644
--- a/src/lib/libcrypto/man/d2i_ECPKParameters.3
+++ b/src/lib/libcrypto/man/d2i_ECPKParameters.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: d2i_ECPKParameters.3,v 1.6 2016/12/06 14:54:55 schwarze Exp $ 1.\" $OpenBSD: d2i_ECPKParameters.3,v 1.7 2016/12/11 14:22:43 schwarze Exp $
2.\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400 2.\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400
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 D2I_ECPKPARAMETERS 3 52.Dt D2I_ECPKPARAMETERS 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -378,10 +378,10 @@ and
378return 1 for success or 0 if an error occurs. 378return 1 for success or 0 if an error occurs.
379.Sh SEE ALSO 379.Sh SEE ALSO
380.Xr d2i_X509 3 , 380.Xr d2i_X509 3 ,
381.Xr ec 3 ,
382.Xr EC_GFp_simple_method 3 , 381.Xr EC_GFp_simple_method 3 ,
383.Xr EC_GROUP_copy 3 , 382.Xr EC_GROUP_copy 3 ,
384.Xr EC_GROUP_new 3 , 383.Xr EC_GROUP_new 3 ,
385.Xr EC_KEY_new 3 , 384.Xr EC_KEY_new 3 ,
386.Xr EC_POINT_add 3 , 385.Xr EC_POINT_add 3 ,
387.Xr EC_POINT_new 3 386.Xr EC_POINT_new 3 ,
387.Xr ECDSA_SIG_new 3