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:19:52 UTC

[openoffice] branch AOO42X 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 AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


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

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

    Use correct version of openSSL in version.mk
    
    (cherry picked from commit e5dc12f6473513f2eb82c9d93c82bd1f4653cbd7)
---
 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