diff options
Diffstat (limited to 'src/lib/libcrypto/man/d2i_PrivateKey.3')
-rw-r--r-- | src/lib/libcrypto/man/d2i_PrivateKey.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/d2i_PrivateKey.3 b/src/lib/libcrypto/man/d2i_PrivateKey.3 index 73ffa25886..10eb5ebeeb 100644 --- a/src/lib/libcrypto/man/d2i_PrivateKey.3 +++ b/src/lib/libcrypto/man/d2i_PrivateKey.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: d2i_PrivateKey.3,v 1.2 2016/12/06 14:54:55 schwarze Exp $ | 1 | .\" $OpenBSD: d2i_PrivateKey.3,v 1.3 2016/12/08 20:22:08 jmc Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
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: December 6 2016 $ | 51 | .Dd $Mdocdate: December 8 2016 $ |
52 | .Dt D2I_PRIVATEKEY 3 | 52 | .Dt D2I_PRIVATEKEY 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -120,7 +120,7 @@ functions; see | |||
120 | All these functions use DER format and unencrypted keys. | 120 | All these functions use DER format and unencrypted keys. |
121 | Applications wishing to encrypt or decrypt private keys should use other | 121 | Applications wishing to encrypt or decrypt private keys should use other |
122 | functions such as | 122 | functions such as |
123 | .Xr d2i_PKC8PrivateKey 3 | 123 | .Xr d2i_PKCS8PrivateKey_bio 3 |
124 | instead. | 124 | instead. |
125 | .Pp | 125 | .Pp |
126 | If | 126 | If |
@@ -151,4 +151,4 @@ an error occurs. | |||
151 | The error code can be obtained by calling | 151 | The error code can be obtained by calling |
152 | .Xr ERR_get_error 3 . | 152 | .Xr ERR_get_error 3 . |
153 | .Sh SEE ALSO | 153 | .Sh SEE ALSO |
154 | .Xr d2i_PKCS8PrivateKey 3 | 154 | .Xr d2i_PKCS8PrivateKey_bio 3 |