From: Dr. Matthias St. Pierre Date: Wed, 7 Mar 2018 13:37:23 +0000 (+0100) Subject: BIO_s_mem.pod: fix indirection for out parameter **pp X-Git-Tag: OpenSSL_1_1_1-pre3~174 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=36359ceca02671e0835a9712232eaf906caa6c9d;hp=36359ceca02671e0835a9712232eaf906caa6c9d BIO_s_mem.pod: fix indirection for out parameter **pp BIO_get_mem_data() and BIO_get_mem_ptr() assign to *pp, not pp Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/5544) ---