GH355: Implement HKDF
[openssl.git] / util / pl / unix.pl
index 59767b4a6dd903bb55315b5040cb877cbc2e7b29..09f74865a7e11ea49510f2ab4357e65f9eac2bd6 100644 (file)
@@ -190,11 +190,7 @@ sub do_rehash_rule {
     my ($target, $deps) = @_;
     my $ret = <<"EOF";
 $target: $deps
-       (OPENSSL="`pwd`/util/opensslwrap.sh"; \\
-       OPENSSL_DEBUG_MEMORY=on; \\
-       export OPENSSL OPENSSL_DEBUG_MEMORY; \\
-       \$(PERL) \$(BIN_D)${o}c_rehash certs/demo; \\
-       touch $target)
+       touch $target
 EOF
     return $ret
 }