need the hcrypto/ui.h header for UI_UTIL_read_pw_string/UI_UTIL_FLAG_VERIFY*

This commit is contained in:
christos 2023-06-19 23:10:48 +00:00
parent 342b5ab386
commit 3120d7d64c
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: crypto-headers.h,v 1.5 2023/06/19 21:41:41 christos Exp $ */
/* $NetBSD: crypto-headers.h,v 1.6 2023/06/19 23:10:48 christos Exp $ */
#ifndef __crypto_header__
#define __crypto_header__
@ -38,6 +38,8 @@
#endif
#endif
#include <hcrypto/ui.h>
#else /* !HAVE_HCRYPTO_W_OPENSSL */
#ifdef KRB5