From 32d8e88330cdb1d5245727f416a863052ac20bec Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 14 Sep 2023 20:35:54 -0400 Subject: [PATCH] Add missing LibreSSL package. --- vcnet/make-manual.bat | 1 + vcnet/packages.config | 1 + 2 files changed, 2 insertions(+) diff --git a/vcnet/make-manual.bat b/vcnet/make-manual.bat index 081e71bc..3a5c9ca9 100644 --- a/vcnet/make-manual.bat +++ b/vcnet/make-manual.bat @@ -8,6 +8,7 @@ copy packages\libcups2_native.redist.2.4.3.4\build\native\bin\x64\Debug\*.dll %1 copy packages\libjpeg-turbo-v142.2.0.4.3\build\native\bin\x64\v142\Release\*.dll %1 copy packages\libpng_native.redist.1.6.30\build\native\bin\x64\Release\*.dll %1 +copy packages\libressl_native.redist.3.7.3\build\native\bin\x64\Debug\*.dll %1 copy packages\zlib_native.redist.1.2.11\build\native\bin\x64\Release\*.dll %1 %1\%2 --verbose --datadir .. --path ../doc --batch ../doc/htmldoc.book -f ../doc/htmldoc.pdf diff --git a/vcnet/packages.config b/vcnet/packages.config index 1e67abad..e9deb719 100644 --- a/vcnet/packages.config +++ b/vcnet/packages.config @@ -6,6 +6,7 @@ + \ No newline at end of file