Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/openldap/include deprecate remnants of MKCRYPTO



details:   https://anonhg.NetBSD.org/src/rev/92d4a6ca6a9d
branches:  trunk
changeset: 376040:92d4a6ca6a9d
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun May 28 11:00:03 2023 +0000

description:
deprecate remnants of MKCRYPTO

MKCRYPTO was removed by riastradh@ on 2017-05-22,
so remove references to it in comments.

diffstat:

 external/bsd/openldap/dist/include/portable.hin |  2 +-
 external/bsd/openldap/include/portable.h        |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 76a1812042b3 -r 92d4a6ca6a9d external/bsd/openldap/dist/include/portable.hin
--- a/external/bsd/openldap/dist/include/portable.hin   Sun May 28 10:49:00 2023 +0000
+++ b/external/bsd/openldap/dist/include/portable.hin   Sun May 28 11:00:03 2023 +0000
@@ -755,7 +755,7 @@
 /* Define to 1 if you have the `thr_yield' function. */
 #undef HAVE_THR_YIELD
 
-#if 0  /* NETBSD: We'll control via Makefile and ${MKCRYPTO} */
+#if 0  /* NETBSD: We'll control via Makefile */
 /* define if you have TLS */
 #undef HAVE_TLS
 #endif
diff -r 76a1812042b3 -r 92d4a6ca6a9d external/bsd/openldap/include/portable.h
--- a/external/bsd/openldap/include/portable.h  Sun May 28 10:49:00 2023 +0000
+++ b/external/bsd/openldap/include/portable.h  Sun May 28 11:00:03 2023 +0000
@@ -753,7 +753,7 @@
 /* Define to 1 if you have the `thr_yield' function. */
 /* #undef HAVE_THR_YIELD */
 
-#if 0  /* NETBSD: We'll control via Makefile and ${MKCRYPTO} */
+#if 0  /* NETBSD: We'll control via Makefile */
 /* define if you have TLS */
 #define HAVE_TLS 1
 #endif



Home | Main Index | Thread Index | Old Index