diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-03 21:47:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-04 22:49:40 +0100 |
| commit | d386392e79d59f0c5647b0d778348b72d7cd7069 (patch) | |
| tree | f44c52ffbee819924114592e00c91b73b09347c8 /platform/windows/wscript | |
| parent | b2743153dde1355d13d9c3ab3a7e85cd76ea61f7 (diff) | |
Package a patched openssl which creates certificates with
a validity period starting a week before now; fixes #1422.
Diffstat (limited to 'platform/windows/wscript')
| -rw-r--r-- | platform/windows/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index 933c4078f..b5dde858d 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -194,6 +194,7 @@ File "%cdist_deps%/bin/dcp-1.0.dll" File "%cdist_deps%/bin/cxml-0.dll" File "%cdist_deps%/bin/sub-1.0.dll" File "%cdist_deps%/bin/ffprobe.exe" +File "%cdist_deps%/src/openssl/apps/openssl.exe" """, file=f) if windows_version == 'xp': |
