[openssl-commits] [openssl] master update

Paul I. Dale pauli at openssl.org
Mon Dec 10 21:09:49 UTC 2018


The branch master has been updated
       via  07f434441e7ea385f975e8df8caa03e62222ca61 (commit)
      from  d1c87578a29b9b6506ff8c11bdf3e5d63f784965 (commit)


- Log -----------------------------------------------------------------
commit 07f434441e7ea385f975e8df8caa03e62222ca61
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon Dec 10 20:09:17 2018 +0100

    apps/tsget.in: use the full version in the user agent string
    
    Fixes #7861
    
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
    (Merged from https://github.com/openssl/openssl/pull/7866)

-----------------------------------------------------------------------

Summary of changes:
 apps/tsget.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/tsget.in b/apps/tsget.in
index 604b4ca..d87ea4d 100644
--- a/apps/tsget.in
+++ b/apps/tsget.in
@@ -47,7 +47,7 @@ sub create_curl {
     $curl->setopt(CURLOPT_VERBOSE, 1) if $options{d};
     $curl->setopt(CURLOPT_FAILONERROR, 1);
     $curl->setopt(CURLOPT_USERAGENT,
-        "OpenTSA tsget.pl/openssl-{- $config{version} -}");
+        "OpenTSA tsget.pl/openssl-{- $config{full_version} -}");
 
     # Options for POST method.
     $curl->setopt(CURLOPT_UPLOAD, 1);


More information about the openssl-commits mailing list