diff --git a/bucket/openssl.json b/bucket/openssl.json index 1711b9a496..2362e9834c 100644 --- a/bucket/openssl.json +++ b/bucket/openssl.json @@ -1,7 +1,11 @@ { "homepage": "https://slproweb.com/products/Win32OpenSSL.html", "version": "1.1.1c", - "license": "OpenSSL", + "license": { + "identifier": "OpenSSL|SSLeay", + "url": "https://www.openssl.org/source/license-openssl-ssleay.txt" + }, + "description": "TLS/SSL toolkit", "architecture": { "64bit": { "url": "https://slproweb.com/download/Win64OpenSSL-1_1_1c.exe", @@ -14,7 +18,6 @@ }, "innosetup": true, "bin": "bin\\openssl.exe", - "env_add_path": "bin", "env_set": { "OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf" },