Files
third_party_libcoap/scripts/msinstallopenssl.cmd
wanghan985406 b0e2e05964 upload original libcoap release-4.3.4
Signed-off-by: wanghan985406 <wanghan76@huawei.com>
2023-12-21 07:02:16 +00:00

6 lines
147 B
Batchfile

IF NOT EXIST "C:\Program Files\OpenSSL\include\openssl\ssl.h" (
choco install openssl --no-progress
) ELSE (
echo OpenSSL already installed.
)