diff options
Diffstat (limited to 'src/lib/libssl/src/apps/apps.h')
| -rw-r--r-- | src/lib/libssl/src/apps/apps.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/apps/apps.h b/src/lib/libssl/src/apps/apps.h index 69d7972021..9909d7fa66 100644 --- a/src/lib/libssl/src/apps/apps.h +++ b/src/lib/libssl/src/apps/apps.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: apps.h,v 1.33 2014/06/12 15:49:27 deraadt Exp $ */ | 1 | /* $OpenBSD: apps.h,v 1.34 2014/07/09 09:06:58 bcook Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -144,7 +144,7 @@ typedef struct pw_cb_data { | |||
| 144 | const char *prompt_info; | 144 | const char *prompt_info; |
| 145 | } PW_CB_DATA; | 145 | } PW_CB_DATA; |
| 146 | 146 | ||
| 147 | int password_callback(char *buf, int bufsiz, int verify, PW_CB_DATA *cb_data); | 147 | int password_callback(char *buf, int bufsiz, int verify, void *cb_data); |
| 148 | 148 | ||
| 149 | int setup_ui_method(void); | 149 | int setup_ui_method(void); |
| 150 | void destroy_ui_method(void); | 150 | void destroy_ui_method(void); |
