Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/heimdal/dist/include need the hcrypto/ui...



details:   https://anonhg.NetBSD.org/src/rev/d62d401333ce
branches:  trunk
changeset: 376476:d62d401333ce
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 19 23:10:48 2023 +0000

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

diffstat:

 crypto/external/bsd/heimdal/dist/include/crypto-headers.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3c068709ff60 -r d62d401333ce crypto/external/bsd/heimdal/dist/include/crypto-headers.h
--- a/crypto/external/bsd/heimdal/dist/include/crypto-headers.h Mon Jun 19 21:44:37 2023 +0000
+++ b/crypto/external/bsd/heimdal/dist/include/crypto-headers.h Mon Jun 19 23:10:48 2023 +0000
@@ -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



Home | Main Index | Thread Index | Old Index