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/include/hcrypto Don't use the hc...
details: https://anonhg.NetBSD.org/src/rev/b429c0e5714b
branches: trunk
changeset: 376493:b429c0e5714b
user: christos <christos%NetBSD.org@localhost>
date: Tue Jun 20 17:22:01 2023 +0000
description:
Don't use the hcrypto version, use the OpenSSL one.
diffstat:
crypto/external/bsd/heimdal/include/hcrypto/ui.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r db76cfc1b41b -r b429c0e5714b crypto/external/bsd/heimdal/include/hcrypto/ui.h
--- a/crypto/external/bsd/heimdal/include/hcrypto/ui.h Tue Jun 20 16:49:46 2023 +0000
+++ b/crypto/external/bsd/heimdal/include/hcrypto/ui.h Tue Jun 20 17:22:01 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ui.h,v 1.1 2023/06/20 16:49:46 christos Exp $ */
+/* $NetBSD: ui.h,v 1.2 2023/06/20 17:22:01 christos Exp $ */
/*
* Copyright (c) 2005 Kungliga Tekniska Högskolan
@@ -39,7 +39,10 @@
#define _HEIM_UI_H 1
/* symbol renaming */
+#if 0
+/* use the OpenSSL symbol, not worth it for a "Verify failed" printf */
#define UI_UTIL_read_pw_string hc_UI_UTIL_read_pw_string
+#endif
/* OpenSSL API extensions */
#define UI_UTIL_FLAG_VERIFY 0x1 /* ask to verify password */
Home |
Main Index |
Thread Index |
Old Index