diff options
Diffstat (limited to 'main/openssl/crypto/ui/ui_lib.c')
-rw-r--r-- | main/openssl/crypto/ui/ui_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openssl/crypto/ui/ui_lib.c b/main/openssl/crypto/ui/ui_lib.c index a8abc270..167da002 100644 --- a/main/openssl/crypto/ui/ui_lib.c +++ b/main/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; } |