diff options
| author | schwarze <> | 2016-12-11 12:21:48 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-12-11 12:21:48 +0000 |
| commit | 9c30219f0802bda4848a6bcf9472f8538a82a16a (patch) | |
| tree | 82f476bea2d4608d871c80fb59f519b37861fcbb /src/lib/libcrypto/man/RSA_blinding_on.3 | |
| parent | f14bb8a42ed2152f07813cf6157c15b6b9f26bb9 (diff) | |
| download | openbsd-9c30219f0802bda4848a6bcf9472f8538a82a16a.tar.gz openbsd-9c30219f0802bda4848a6bcf9472f8538a82a16a.tar.bz2 openbsd-9c30219f0802bda4848a6bcf9472f8538a82a16a.zip | |
Change all references to rsa(3) to point to RSA_new(3) instead.
Make sure all RSA pages point back to RSA_new(3).
Diffstat (limited to 'src/lib/libcrypto/man/RSA_blinding_on.3')
| -rw-r--r-- | src/lib/libcrypto/man/RSA_blinding_on.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/RSA_blinding_on.3 b/src/lib/libcrypto/man/RSA_blinding_on.3 index 6f125bb433..456b09a751 100644 --- a/src/lib/libcrypto/man/RSA_blinding_on.3 +++ b/src/lib/libcrypto/man/RSA_blinding_on.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: RSA_blinding_on.3,v 1.3 2016/11/29 16:46:41 schwarze Exp $ | 1 | .\" $OpenBSD: RSA_blinding_on.3,v 1.4 2016/12/11 12:21:48 schwarze Exp $ |
| 2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@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: November 29 2016 $ | 51 | .Dd $Mdocdate: December 11 2016 $ |
| 52 | .Dt RSA_BLINDING_ON 3 | 52 | .Dt RSA_BLINDING_ON 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -88,7 +88,7 @@ turns blinding off and frees the memory used for the blinding factor. | |||
| 88 | .Fn RSA_blinding_on | 88 | .Fn RSA_blinding_on |
| 89 | returns 1 on success, and 0 if an error occurred. | 89 | returns 1 on success, and 0 if an error occurred. |
| 90 | .Sh SEE ALSO | 90 | .Sh SEE ALSO |
| 91 | .Xr rsa 3 | 91 | .Xr RSA_new 3 |
| 92 | .Sh HISTORY | 92 | .Sh HISTORY |
| 93 | .Fn RSA_blinding_on | 93 | .Fn RSA_blinding_on |
| 94 | and | 94 | and |
