Free a variable
[openssl.git] / apps / tsget.in
index 7067111552448be4f072c193badf643d200941ae..bec365e28ce546a5bec093ba671788a55c3cadad 100644 (file)
@@ -1,6 +1,6 @@
-#!{- $config{perl} -}
+#!{- $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
 # this file except in compliance with the License.  You can obtain a copy
@@ -198,4 +198,3 @@ REQUEST: foreach (@ARGV) {
     STDERR->printflush(", $output written.\n") if $options{v};
 }
 $curl->cleanup();
-WWW::Curl::Easy::global_cleanup();