]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
pem_password_cb(3): References to other man pages
authorEasySec <easy.sec@free.fr>
Sun, 24 Apr 2022 16:57:39 +0000 (18:57 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 26 Apr 2022 14:34:15 +0000 (16:34 +0200)
Refer to OSSL_ENCODER_to_bio and OSSL_DECODER_from_bio man pages.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18164)

doc/man3/PEM_read_bio_PrivateKey.pod

index 27e7849ef7e098843ca3c9f74fea95fe5047e989..d84af65dbca8fb096f0dc5431b653c0001a1a096 100644 (file)
@@ -193,8 +193,8 @@ see L<openssl_user_macros(7)>:
 =head1 DESCRIPTION
 
 All of the functions described on this page that have a I<TYPE> of B<DH>, B<DSA>
-and B<RSA> are deprecated. Applications should use OSSL_ENCODER_to_bio() and
-OSSL_DECODER_from_bio() instead.
+and B<RSA> are deprecated. Applications should use L<OSSL_ENCODER_to_bio(3)> and
+L<OSSL_DECODER_from_bio(3)> instead.
 
 The PEM functions read or write structures in PEM format. In
 this sense PEM format is simply base64 encoded data surrounded