You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/08/21 22:17:37 UTC

[openoffice] branch trunk updated: Use correct version of openSSL in version.mk

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new e5dc12f  Use correct version of openSSL in version.mk
e5dc12f is described below

commit e5dc12f6473513f2eb82c9d93c82bd1f4653cbd7
Author: mseidel <ms...@apache.org>
AuthorDate: Sat Aug 22 00:17:03 2020 +0200

    Use correct version of openSSL in version.mk
---
 main/openssl/version.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/openssl/version.mk b/main/openssl/version.mk
index c88f65b..3a98d9f 100644
--- a/main/openssl/version.mk
+++ b/main/openssl/version.mk
@@ -22,8 +22,8 @@
 
 
 
-OPENSSL_VERSION=1.0.2h
+OPENSSL_VERSION=1.0.2t
 
 .IF "$(OS)" == "SOLARIS"
-OPENSSL_NAME=openssl-1.0.2h
+OPENSSL_NAME=openssl-1.0.2t
 .ENDIF