diff options
| author | tb <> | 2018-05-19 11:03:33 +0000 |
|---|---|---|
| committer | tb <> | 2018-05-19 11:03:33 +0000 |
| commit | 37e13e53fe85bb85974439fc82daff312864ba70 (patch) | |
| tree | 57e2767919f269bb11cf55981bc9a0974af53a64 /src/lib/libcrypto/ui/ui.h | |
| parent | 554519e920a1c07a8209f40cd835e4e692ef7627 (diff) | |
| download | openbsd-37e13e53fe85bb85974439fc82daff312864ba70.tar.gz openbsd-37e13e53fe85bb85974439fc82daff312864ba70.tar.bz2 openbsd-37e13e53fe85bb85974439fc82daff312864ba70.zip | |
UI_METHOD *UI_create_method(const char *name).
^^^^^
tested in a bulk build by sthen
ok jsing
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/ui/ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ui/ui.h b/src/lib/libcrypto/ui/ui.h index b6b0075e4d..8ae0dd5e75 100644 --- a/src/lib/libcrypto/ui/ui.h +++ b/src/lib/libcrypto/ui/ui.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ui.h,v 1.9 2014/07/10 22:45:58 jsing Exp $ */ | 1 | /* $OpenBSD: ui.h,v 1.10 2018/05/19 11:03:33 tb Exp $ */ |
| 2 | /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL | 2 | /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL |
| 3 | * project 2001. | 3 | * project 2001. |
| 4 | */ | 4 | */ |
| @@ -304,7 +304,7 @@ enum UI_string_types { | |||
| 304 | }; | 304 | }; |
| 305 | 305 | ||
| 306 | /* Create and manipulate methods */ | 306 | /* Create and manipulate methods */ |
| 307 | UI_METHOD *UI_create_method(char *name); | 307 | UI_METHOD *UI_create_method(const char *name); |
| 308 | void UI_destroy_method(UI_METHOD *ui_method); | 308 | void UI_destroy_method(UI_METHOD *ui_method); |
| 309 | int UI_method_set_opener(UI_METHOD *method, int (*opener)(UI *ui)); | 309 | int UI_method_set_opener(UI_METHOD *method, int (*opener)(UI *ui)); |
| 310 | int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis)); | 310 | int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis)); |
