aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/ui.h')
-rw-r--r--include/openssl/ui.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/openssl/ui.h b/include/openssl/ui.h
index c6c20b5211..4173fe0289 100644
--- a/include/openssl/ui.h
+++ b/include/openssl/ui.h
@@ -333,6 +333,7 @@ int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.
*/
+
void ERR_load_UI_strings(void);
/* Error codes for the UI functions. */
@@ -340,7 +341,6 @@ void ERR_load_UI_strings(void);
/* Function codes. */
# define UI_F_GENERAL_ALLOCATE_BOOLEAN 108
# define UI_F_GENERAL_ALLOCATE_PROMPT 109
-# define UI_F_GENERAL_ALLOCATE_STRING 100
# define UI_F_UI_CREATE_METHOD 112
# define UI_F_UI_CTRL 111
# define UI_F_UI_DUP_ERROR_STRING 101
@@ -361,8 +361,8 @@ void ERR_load_UI_strings(void);
# define UI_R_RESULT_TOO_SMALL 101
# define UI_R_UNKNOWN_CONTROL_COMMAND 106
-#ifdef __cplusplus
+# ifdef __cplusplus
}
-#endif
-# endif /* OPENSSL_NO_UI */
+# endif
+# endif
#endif