projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix UI leak in apps.
[openssl.git]
/
apps
/
apps.h
diff --git
a/apps/apps.h
b/apps/apps.h
index
7cf4bf1
..
7f39034
100644
(file)
--- a/
apps/apps.h
+++ b/
apps/apps.h
@@
-155,6
+155,7
@@
int password_callback(char *buf, int bufsiz, int verify,
PW_CB_DATA *cb_data);
int setup_ui_method();
+void destroy_ui_method();
int should_retry(int i);
int args_from_file(char *file, int *argc, char **argv[]);