mirror of
https://github.com/openharmony/third_party_libcoap.git
synced 2026-07-21 06:05:25 -04:00
b0e2e05964
Signed-off-by: wanghan985406 <wanghan76@huawei.com>
6 lines
147 B
Batchfile
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.
|
|
)
|