diff options
Diffstat (limited to 'app/openssl/crypto/ui')
-rw-r--r-- | app/openssl/crypto/ui/ui_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/openssl/crypto/ui/ui_lib.c b/app/openssl/crypto/ui/ui_lib.c index a8abc270..167da002 100644 --- a/app/openssl/crypto/ui/ui_lib.c +++ b/app/openssl/crypto/ui/ui_lib.c @@ -916,9 +916,9 @@ int UI_set_result(UI *ui, UI_STRING *uis, const char *result) break; } } + } default: break; } - } return 0; } |