X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Ftsget.in;h=d87ea4d6548a1de8781513dfde170b227782432e;hp=89d1bc7ea384ed0ba35de2a122b3f6b22416d0cf;hb=a96e6c347bc1da9964ffe941608b11cf030320ef;hpb=d513369bfa03e92c3289109560da4062b1d3625d diff --git a/apps/tsget.in b/apps/tsget.in index 89d1bc7ea3..d87ea4d654 100644 --- a/apps/tsget.in +++ b/apps/tsget.in @@ -1,8 +1,8 @@ -#!{- $config{hashbangperl} -} +#!{- $config{HASHBANGPERL} -} +# Copyright 2002-2018 The OpenSSL Project Authors. All Rights Reserved. # Copyright (c) 2002 The OpenTSA Project. All rights reserved. -# Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved. # -# Licensed under the OpenSSL license (the "License"). You may not use +# Licensed under the Apache License 2.0 (the "License"). You may not use # this file except in compliance with the License. You can obtain a copy # in the file LICENSE in the source distribution or at # https://www.openssl.org/source/license.html @@ -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); @@ -198,4 +198,3 @@ REQUEST: foreach (@ARGV) { STDERR->printflush(", $output written.\n") if $options{v}; } $curl->cleanup(); -WWW::Curl::Easy::global_cleanup();