From: Dr. Matthias St. Pierre Date: Wed, 14 Feb 2018 15:56:09 +0000 (+0100) Subject: PEM_read_bio_PrivateKey.pod: replace geek speek by something more serious X-Git-Tag: OpenSSL_1_1_1-pre2~147 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=87e17dc550318a7217dbb521603f0b096dff1764;p=oweals%2Fopenssl.git PEM_read_bio_PrivateKey.pod: replace geek speek by something more serious Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/5369) --- diff --git a/doc/man3/PEM_read_bio_PrivateKey.pod b/doc/man3/PEM_read_bio_PrivateKey.pod index 67b99bed87..4ff5b2d311 100644 --- a/doc/man3/PEM_read_bio_PrivateKey.pod +++ b/doc/man3/PEM_read_bio_PrivateKey.pod @@ -161,9 +161,9 @@ For more details about the meaning of arguments see the B section. Each operation has four functions associated with it. For -clarity the term "B functions" will be used to collectively -refer to the PEM_read_bio_foobar(), PEM_read_foobar(), -PEM_write_bio_foobar() and PEM_write_foobar() functions. +brevity the term "B functions" will be used below to collectively +refer to the PEM_read_bio_TYPE(), PEM_read_TYPE(), +PEM_write_bio_TYPE(), and PEM_write_TYPE() functions. The B functions read or write a private key in PEM format using an EVP_PKEY structure. The write routines use PKCS#8 private key format and are