summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/man/EVP_PKEY_set1_RSA.3')
-rw-r--r--lib/libcrypto/man/EVP_PKEY_set1_RSA.37
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 b/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
index d03b92bec90..851184ae3c0 100644
--- a/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
+++ b/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.4 2016/11/29 07:29:52 jmc Exp $
+.\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.5 2016/12/11 12:21:48 schwarze Exp $
.\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 29 2016 $
+.Dd $Mdocdate: December 11 2016 $
.Dt EVP_PKEY_SET1_RSA 3
.Os
.Sh NAME
@@ -258,4 +258,5 @@ return a key type or
.Dv EVP_PKEY_NONE )
on error.
.Sh SEE ALSO
-.Xr EVP_PKEY_new 3
+.Xr EVP_PKEY_new 3 ,
+.Xr RSA_new 3