ui_util.c needs stdio.h and ui.h, but not ui_compat.h and ui_local.h
authortb <tb@openbsd.org>
Thu, 8 Aug 2024 09:56:51 +0000 (09:56 +0000)
committertb <tb@openbsd.org>
Thu, 8 Aug 2024 09:56:51 +0000 (09:56 +0000)
lib/libcrypto/ui/ui_util.c

index 4fa4058..e1dda00 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ui_util.c,v 1.14 2023/02/16 08:38:17 tb Exp $ */
+/* $OpenBSD: ui_util.c,v 1.15 2024/08/08 09:56:51 tb Exp $ */
 /* ====================================================================
  * Copyright (c) 2001-2002 The OpenSSL Project.  All rights reserved.
  *
  *
  */
 
+#include <stdio.h>
 #include <string.h>
 
-#include <openssl/ui_compat.h>
-
-#include "ui_local.h"
+#include <openssl/ui.h>
 
 int
 UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, int verify)