diff options
Diffstat (limited to 'src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3')
-rw-r--r-- | src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 b/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 index 54eb0a55b8..d03b92bec9 100644 --- a/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 +++ b/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.3 2016/11/27 15:25:23 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.4 2016/11/29 07:29:52 jmc Exp $ |
2 | .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 | 2 | .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@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 27 2016 $ | 51 | .Dd $Mdocdate: November 29 2016 $ |
52 | .Dt EVP_PKEY_SET1_RSA 3 | 52 | .Dt EVP_PKEY_SET1_RSA 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -207,7 +207,7 @@ will return | |||
207 | .Pp | 207 | .Pp |
208 | Most applications wishing to know a key type will simply call | 208 | Most applications wishing to know a key type will simply call |
209 | .Fn EVP_PKEY_base_id | 209 | .Fn EVP_PKEY_base_id |
210 | and will not care about the actual type: | 210 | and will not care about the actual type, |
211 | which will be identical in almost all cases. | 211 | which will be identical in almost all cases. |
212 | .Pp | 212 | .Pp |
213 | In accordance with the OpenSSL naming convention, the key obtained from | 213 | In accordance with the OpenSSL naming convention, the key obtained from |