Fix ui_write in apps/apps.c
authorRichard Levitte <levitte@openssl.org>
Sat, 19 Aug 2017 16:45:43 +0000 (18:45 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 19 Aug 2017 19:56:43 +0000 (21:56 +0200)
commit72460149dbb6c13b073c2ac8b70df816ef362679
treee6d960528cb31b831f224ebbe9d475ace6c910f9
parentb842fcbb37cf3cded72dd7706abd8d54a10cd508
Fix ui_write in apps/apps.c

It used the default UI reader as fallback instead of the UI writer.

Fixes #4147
Fixes #4195

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/4198)
apps/apps.c