aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.circleci/config.yml2
-rw-r--r--appveyor.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index d1648b37..f9791eaf 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -95,7 +95,7 @@ openssl_110: &OPENSSL_110
VERSION: 1.1.0g
openssl_102: &OPENSSL_102
LIBRARY: openssl
- VERSION: 1.0.2m
+ VERSION: 1.0.2n
openssl_101: &OPENSSL_101
LIBRARY: openssl
VERSION: 1.0.1u
diff --git a/appveyor.yml b/appveyor.yml
index bae5d621..0fbe363a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,10 +15,10 @@ environment:
- TARGET: x86_64-pc-windows-gnu
BITS: 64
MSYS2: 1
- OPENSSL_VERSION: 1_0_2m
+ OPENSSL_VERSION: 1_0_2n
- TARGET: i686-pc-windows-msvc
BITS: 32
- OPENSSL_VERSION: 1_0_2m
+ OPENSSL_VERSION: 1_0_2n
OPENSSL_DIR: C:\OpenSSL
- TARGET: x86_64-pc-windows-msvc
VCPKG_DEFAULT_TRIPLET: x64-windows