]> git.ipfire.org Git - thirdparty/openssl.git/commit
Get rid of warn_binary
authorDmitry Belyavskiy <beldmit@gmail.com>
Fri, 20 Aug 2021 14:45:15 +0000 (16:45 +0200)
committerDmitry Belyavskiy <beldmit@gmail.com>
Fri, 20 Aug 2021 14:45:15 +0000 (16:45 +0200)
commitf4d8b29a26cc3ee0ef37e2073c192bdbb2b796c4
tree46728538fada111f9bb0c162d3844ef6cd15be3d
parent43044ede54da4a4d5bd69e34cfb41ea03d7eb847
Get rid of warn_binary

Current implementation of warn_binary introduces a regression
when the content is passed in /dev/stdin as an explicit file name
and reads the file to be processed twice otherwise.

I suggest to reimplement this functionality after 3.0 if necessary.

Fixes #16359

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/16367)
apps/cms.c