From b22a3107d98c7a393e6474146840a843c66daac5 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 12 Jul 2022 18:43:56 +0000 Subject: Unbreak the tree, after the previous commit. --- src/lib/libcrypto/ui/ui.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/libcrypto/ui/ui.h b/src/lib/libcrypto/ui/ui.h index c6888d22d6..7755cf4a3a 100644 --- a/src/lib/libcrypto/ui/ui.h +++ b/src/lib/libcrypto/ui/ui.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ui.h,v 1.13 2022/07/12 14:42:50 kn Exp $ */ +/* $OpenBSD: ui.h,v 1.14 2022/07/12 18:43:56 jsing Exp $ */ /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL * project 2001. */ @@ -371,7 +371,6 @@ int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, int verify); -/* void ERR_load_UI_strings(void); /* Error codes for the UI functions. */ -- cgit v1.2.3-55-g6feb