OSDN Git Service

Update OpenSSL to 1.0.1b.
[ffftp/ffftp.git] / contrib / openssl / include / openssl / ui.h
index de64ad2..d95e56b 100644 (file)
@@ -316,7 +316,7 @@ int (*UI_method_get_writer(UI_METHOD *method))(UI*,UI_STRING*);
 int (*UI_method_get_flusher(UI_METHOD *method))(UI*);\r
 int (*UI_method_get_reader(UI_METHOD *method))(UI*,UI_STRING*);\r
 int (*UI_method_get_closer(UI_METHOD *method))(UI*);\r
-char* (*UI_method_get_prompt_constructor(UI_METHOD *method))(UI*, const char*, const char*);\r
+char * (*UI_method_get_prompt_constructor(UI_METHOD *method))(UI*, const char*, const char*);\r
 \r
 /* The following functions are helpers for method writers to access relevant\r
    data from a UI_STRING. */\r