summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2016-11-06 16:54:58 +0000
committerjmc <>2016-11-06 16:54:58 +0000
commit35ced4b0bd12f88ac45f881ec1269da5adaebc9c (patch)
treec29c45cfd4842c583ab8d432e7de8cf52bf9036f
parent47907328d7c540829168655ab9962937ec5204f9 (diff)
downloadopenbsd-35ced4b0bd12f88ac45f881ec1269da5adaebc9c.tar.gz
openbsd-35ced4b0bd12f88ac45f881ec1269da5adaebc9c.tar.bz2
openbsd-35ced4b0bd12f88ac45f881ec1269da5adaebc9c.zip
spacing between macro args and punctuation;
-rw-r--r--src/lib/libcrypto/man/EC_KEY_new.34
-rw-r--r--src/lib/libcrypto/man/d2i_ECPKParameters.34
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/EC_KEY_new.3 b/src/lib/libcrypto/man/EC_KEY_new.3
index 283cc82f87..dd283cbb80 100644
--- a/src/lib/libcrypto/man/EC_KEY_new.3
+++ b/src/lib/libcrypto/man/EC_KEY_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EC_KEY_new.3,v 1.3 2016/11/06 15:57:38 schwarze Exp $ 1.\" $OpenBSD: EC_KEY_new.3,v 1.4 2016/11/06 16:54:58 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 6 2016 $
4.Dt EC_KEY_NEW 3 4.Dt EC_KEY_NEW 3
@@ -398,7 +398,7 @@ on error.
398.Pp 398.Pp
399.Fn EC_KEY_get_flags 399.Fn EC_KEY_get_flags
400returns the flags associated with the 400returns the flags associated with the
401.Vt EC_KEY object. 401.Vt EC_KEY object .
402.Pp 402.Pp
403.Fn EC_KEY_copy 403.Fn EC_KEY_copy
404returns a pointer to the destination key or 404returns a pointer to the destination key or
diff --git a/src/lib/libcrypto/man/d2i_ECPKParameters.3 b/src/lib/libcrypto/man/d2i_ECPKParameters.3
index 640546c763..d127742968 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.3 2016/11/06 15:57:38 schwarze Exp $ 1.\" $OpenBSD: d2i_ECPKParameters.3,v 1.4 2016/11/06 16:54:58 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 6 2016 $
4.Dt D2I_ECPKPARAMETERS 3 4.Dt D2I_ECPKPARAMETERS 3
@@ -248,7 +248,7 @@ takes a string of
248octets from 248octets from
249.Fa in , 249.Fa in ,
250decodes them, and stores the resulting EC public key in the existing 250decodes them, and stores the resulting EC public key in the existing
251.Pf * Fa key. 251.Pf * Fa key .
252.Pp 252.Pp
253.Fn i2o_ECPublicKey 253.Fn i2o_ECPublicKey
254encodes the public 254encodes the public