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:27:31 +0000 (01:27 +0100)
commit2b194874c14bdaa8f60280f37d5ad0c154cebfe2
tree1ff43d61dc768283a082d2920887a7fd023bce48
parent5247c0388610bfdcc8f44b777d75ab681120753d
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)
(cherry picked from commit 6e470e190853f59a394dc92fefd74666c94266f4)

(cherry picked from commit f31c714e923e76f54ff3b492f646662ef57f7d59)
crypto/ui/ui_lib.c