diff options
author | jmc <> | 2016-11-08 22:19:45 +0000 |
---|---|---|
committer | jmc <> | 2016-11-08 22:19:45 +0000 |
commit | 940c272713242bcc8ff6a54576c20345a43a098c (patch) | |
tree | 766ec4c7fc8764a33b9f81c723fee3779331be6b /src/lib/libcrypto/man/BN_bn2bin.3 | |
parent | 225a4b22cb848306a5f851162860ae2ef943de83 (diff) | |
download | openbsd-940c272713242bcc8ff6a54576c20345a43a098c.tar.gz openbsd-940c272713242bcc8ff6a54576c20345a43a098c.tar.bz2 openbsd-940c272713242bcc8ff6a54576c20345a43a098c.zip |
some cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/BN_bn2bin.3')
-rw-r--r-- | src/lib/libcrypto/man/BN_bn2bin.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BN_bn2bin.3 b/src/lib/libcrypto/man/BN_bn2bin.3 index b371527935..bf1c19ffd4 100644 --- a/src/lib/libcrypto/man/BN_bn2bin.3 +++ b/src/lib/libcrypto/man/BN_bn2bin.3 | |||
@@ -1,6 +1,6 @@ | |||
1 | .\" $OpenBSD: BN_bn2bin.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ | 1 | .\" $OpenBSD: BN_bn2bin.3,v 1.3 2016/11/08 22:19:45 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .Dd $Mdocdate: November 6 2016 $ | 3 | .Dd $Mdocdate: November 8 2016 $ |
4 | .Dt BN_BN2BIN 3 | 4 | .Dt BN_BN2BIN 3 |
5 | .Os | 5 | .Os |
6 | .Sh NAME | 6 | .Sh NAME |
@@ -159,7 +159,7 @@ where | |||
159 | .Fa to | 159 | .Fa to |
160 | must be large enough to hold the result. | 160 | must be large enough to hold the result. |
161 | The size can be determined by calling | 161 | The size can be determined by calling |
162 | .Fn BN_bn2mpi a , NULL . | 162 | .Fn BN_bn2mpi a NULL . |
163 | .Pp | 163 | .Pp |
164 | .Fn BN_mpi2bn | 164 | .Fn BN_mpi2bn |
165 | converts the | 165 | converts the |
@@ -216,7 +216,6 @@ on error. | |||
216 | The error codes can be obtained by | 216 | The error codes can be obtained by |
217 | .Xr ERR_get_error 3 . | 217 | .Xr ERR_get_error 3 . |
218 | .Sh SEE ALSO | 218 | .Sh SEE ALSO |
219 | .Xr ASN1_INTEGER_to_BN 3 , | ||
220 | .Xr bn 3 , | 219 | .Xr bn 3 , |
221 | .Xr BN_num_bytes 3 , | 220 | .Xr BN_num_bytes 3 , |
222 | .Xr BN_zero 3 , | 221 | .Xr BN_zero 3 , |