diff options
Diffstat (limited to 'src/lib/libcrypto/man/BN_CTX_start.3')
| -rw-r--r-- | src/lib/libcrypto/man/BN_CTX_start.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BN_CTX_start.3 b/src/lib/libcrypto/man/BN_CTX_start.3 index 0d0797ef6f..df0328b309 100644 --- a/src/lib/libcrypto/man/BN_CTX_start.3 +++ b/src/lib/libcrypto/man/BN_CTX_start.3 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | .\" $OpenBSD: BN_CTX_start.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ | 1 | .\" $OpenBSD: BN_CTX_start.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_CTX_START 3 | 4 | .Dt BN_CTX_START 3 |
| 5 | .Os | 5 | .Os |
| 6 | .Sh NAME | 6 | .Sh NAME |
| @@ -27,7 +27,7 @@ These functions are used to obtain temporary | |||
| 27 | .Vt BIGNUM | 27 | .Vt BIGNUM |
| 28 | variables from a | 28 | variables from a |
| 29 | .Vt BN_CTX | 29 | .Vt BN_CTX |
| 30 | (which can been created by using | 30 | (which can be created using |
| 31 | .Xr BN_CTX_new 3 ) | 31 | .Xr BN_CTX_new 3 ) |
| 32 | in order to save the overhead of repeatedly creating and freeing | 32 | in order to save the overhead of repeatedly creating and freeing |
| 33 | .Vt BIGNUM Ns s | 33 | .Vt BIGNUM Ns s |
| @@ -75,7 +75,7 @@ has failed, the subsequent calls will return | |||
| 75 | as well, so it is sufficient to check the return value of the last | 75 | as well, so it is sufficient to check the return value of the last |
| 76 | .Fn BN_CTX_get | 76 | .Fn BN_CTX_get |
| 77 | call. | 77 | call. |
| 78 | In case of an error, an error code is set, which can be obtained by | 78 | In case of an error, an error code is set which can be obtained by |
| 79 | .Xr ERR_get_error 3 . | 79 | .Xr ERR_get_error 3 . |
| 80 | .Sh SEE ALSO | 80 | .Sh SEE ALSO |
| 81 | .Xr BN_CTX_new 3 | 81 | .Xr BN_CTX_new 3 |
