]> granicus.if.org Git - openssl/commit
Fix no-ui
authorRichard Levitte <levitte@openssl.org>
Thu, 26 Apr 2018 13:27:54 +0000 (15:27 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 26 Apr 2018 13:27:54 +0000 (15:27 +0200)
commite8d3f50249a7bd7a80a585830a318635834f435d
tree41eabe29de53fe2ebbafff20187b267d1da5474b
parente00fa4ee53e05fac63b5a25f8e9ea71a1ec59c33
Fix no-ui

In a recent commit, a OPENSSL_NO_UI guard was dropped by mistake in
PEM_def_callback(), so this puts it back.  At the same time, that
previous commit got rid of the necessity to have a OPENSSL_NO_STDIO
guard, so we drop that instead.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6096)
crypto/pem/pem_lib.c