Revert "Don't allow an empty Subject when creating a Certificate"
[openssl.git] / apps / tsget.in
index 89d1bc7ea384ed0ba35de2a122b3f6b22416d0cf..c3420db60821a09b117c861d24c2051c43007e88 100644 (file)
@@ -1,6 +1,6 @@
-#!{- $config{hashbangperl} -}
-# Copyright (c) 2002 The OpenTSA Project. All rights reserved.
+#!{- $config{HASHBANGPERL} -}
 # Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright (c) 2002 The OpenTSA Project. 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();