diff options
Diffstat (limited to 'src/lib/libcrypto/ui/ui.h')
-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 ee27fd2a49..0f662455ed 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.15 2022/12/17 21:59:39 tb Exp $ */ | 1 | /* $OpenBSD: ui.h,v 1.16 2022/12/26 07:18:52 jmc 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 | */ |
@@ -276,7 +276,7 @@ const UI_METHOD *UI_null(void); | |||
276 | * display a dialog box after it has been built. | 276 | * display a dialog box after it has been built. |
277 | * a reader This function is called to read a given prompt, | 277 | * a reader This function is called to read a given prompt, |
278 | * maybe from the tty, maybe from a field in a | 278 | * maybe from the tty, maybe from a field in a |
279 | * window. Note that it's called wth all string | 279 | * window. Note that it's called with all string |
280 | * structures, not only the prompt ones, so it must | 280 | * structures, not only the prompt ones, so it must |
281 | * check such things itself. | 281 | * check such things itself. |
282 | * a closer This function closes the session, maybe by closing | 282 | * a closer This function closes the session, maybe by closing |