Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 6fc534b

Browse files
Update libopenssl to 1.0.1o
1 parent d42dcde commit 6fc534b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

prebuilt/fetch-libraries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Library versions
4-
VERSION_OpenSSL="1.0.1m"
4+
VERSION_OpenSSL="1.0.1o"
55
VERSION_Curl="7.43.0"
66
VERSION_ICU="55.1"
77
VERSION_CEF="3.2062.1796"

prebuilt/package-libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Versions
4-
OPENSSL_VERSION="1.0.1m"
4+
OPENSSL_VERSION="1.0.1o"
55
CURL_VERSION="7.43.0"
66
ICU_VERSION="55.1"
77
CEF_VERSION="3.2062.1796"

prebuilt/scripts/build-openssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "${BASEDIR}/scripts/platform.inc"
44

55
# Version and configuration flags
6-
OPENSSL_VERSION=1.0.1m
6+
OPENSSL_VERSION=1.0.1o
77

88
# Grab the source for the library
99
OPENSSL_TGZ="openssl-${OPENSSL_VERSION}.tar.gz"

0 commit comments

Comments
 (0)