Module Name: src Committed By: lukem Date: Sun May 28 11:00:04 UTC 2023
Modified Files: src/external/bsd/openldap/dist/include: portable.hin src/external/bsd/openldap/include: portable.h Log Message: deprecate remnants of MKCRYPTO MKCRYPTO was removed by riastradh@ on 2017-05-22, so remove references to it in comments. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 \ src/external/bsd/openldap/dist/include/portable.hin cvs rdiff -u -r1.10 -r1.11 src/external/bsd/openldap/include/portable.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/openldap/dist/include/portable.hin diff -u src/external/bsd/openldap/dist/include/portable.hin:1.10 src/external/bsd/openldap/dist/include/portable.hin:1.11 --- src/external/bsd/openldap/dist/include/portable.hin:1.10 Sat Aug 14 16:14:55 2021 +++ src/external/bsd/openldap/dist/include/portable.hin Sun May 28 11:00:03 2023 @@ -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 Index: src/external/bsd/openldap/include/portable.h diff -u src/external/bsd/openldap/include/portable.h:1.10 src/external/bsd/openldap/include/portable.h:1.11 --- src/external/bsd/openldap/include/portable.h:1.10 Tue Dec 28 17:05:43 2021 +++ src/external/bsd/openldap/include/portable.h Sun May 28 11:00:04 2023 @@ -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