Fix UI_get0_action_string()
authorRichard Levitte <levitte@openssl.org>
Fri, 10 Mar 2017 23:54:52 +0000 (00:54 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 11 Mar 2017 00:25:06 +0000 (01:25 +0100)
commit6e470e190853f59a394dc92fefd74666c94266f4
tree50f544acf4cd69f5463476f6645c44215c910944
parent5469600e367a1a4cf3dd929159b5bc8091db49de
Fix UI_get0_action_string()

It shouldn't try to return an action description for UIT_PROMPT type
UI strings.

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