summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2023-06-19 23:10:48 +0000
committerchristos <christos@NetBSD.org>2023-06-19 23:10:48 +0000
commita770fd0016f55c2566b15c092d249257d8c1097f (patch)
tree26959b6326d5761b12615bd02005ea025312fdca /crypto
parented8b602e2bada8e040f6ada78503e2dd53c71226 (diff)
need the hcrypto/ui.h header for UI_UTIL_read_pw_string/UI_UTIL_FLAG_VERIFY*
Diffstat (limited to 'crypto')
-rw-r--r--crypto/external/bsd/heimdal/dist/include/crypto-headers.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/external/bsd/heimdal/dist/include/crypto-headers.h b/crypto/external/bsd/heimdal/dist/include/crypto-headers.h
index ff02ba34958..072f069ba92 100644
--- a/crypto/external/bsd/heimdal/dist/include/crypto-headers.h
+++ b/crypto/external/bsd/heimdal/dist/include/crypto-headers.h
@@ -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