aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/openssl/crypto/ui/ui_lib.c
diff options
context:
space:
mode:
authorRémi Verschelde2018-01-13 13:39:08 +0100
committerRémi Verschelde2018-01-13 13:39:08 +0100
commit00abb1f201cbe1e40c2eef30819be115d3d04d10 (patch)
tree7eb36871dd7af02db7d2f59482644a56bc79d7bb /thirdparty/openssl/crypto/ui/ui_lib.c
parentde0b31edd5b36b8c8016b7ca50c1823f2efbfa74 (diff)
downloadgodot-00abb1f201cbe1e40c2eef30819be115d3d04d10.tar.gz
godot-00abb1f201cbe1e40c2eef30819be115d3d04d10.tar.zst
godot-00abb1f201cbe1e40c2eef30819be115d3d04d10.zip
Diffstat (limited to 'thirdparty/openssl/crypto/ui/ui_lib.c')
-rw-r--r--thirdparty/openssl/crypto/ui/ui_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/openssl/crypto/ui/ui_lib.c b/thirdparty/openssl/crypto/ui/ui_lib.c
index 643ae5934..03ef981cf 100644
--- a/thirdparty/openssl/crypto/ui/ui_lib.c
+++ b/thirdparty/openssl/crypto/ui/ui_lib.c
@@ -520,6 +520,7 @@ int UI_process(UI *ui)
}
}
}
+
err:
if (ui->meth->ui_close_session != NULL
&& ui->meth->ui_close_session(ui) <= 0)