Deprecate most of debug-memory
[openssl.git] / Configurations / unix-Makefile.tmpl
index c3c83f95cd0ba4e68d09130747b62b5b405f70c4..b1c087272d2df31ddac97aa4c4227a108c49c1ad 100644 (file)
@@ -459,8 +459,7 @@ test: tests
          EXE_EXT={- platform->binext() -} \
          OPENSSL_ENGINES=`cd ../$(BLDDIR)/engines 2>/dev/null && pwd` \
          OPENSSL_MODULES=`cd ../$(BLDDIR)/providers 2>/dev/null && pwd` \
-         OPENSSL_DEBUG_MEMORY=on \
-           $(PERL) ../$(SRCDIR)/test/run_tests.pl $(TESTS) )
+         $(PERL) ../$(SRCDIR)/test/run_tests.pl $(TESTS) )
        @ : {- if ($disabled{tests}) { output_on(); } else { output_off(); } "" -}
        @echo "Tests are not supported with your chosen Configure options"
        @ : {- output_on() if !$disabled{tests}; "" -}