]> granicus.if.org Git - openssl/commit
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:26:48 +0000 (01:26 +0100)
commitf31c714e923e76f54ff3b492f646662ef57f7d59
tree1eb40ff37d848580f2777add86b22f533a56ad19
parentfe6984df95f91422b11e74c02202a5f5eaf99eaa
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)
crypto/ui/ui_lib.c