evp/e_des3.c: fix typo with potential integer overflow on 32-bit platforms.
[openssl.git] / Makefile.org
index 55273ea364a3963158bcb7fa486f2460fdd592bd..43d16cbcb1a05d13da8e03a62eab73c9f8fff81a 100644 (file)
@@ -444,7 +444,7 @@ rehash.time: certs apps
                [ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe" || :; \
                OPENSSL_DEBUG_MEMORY=on; \
                export OPENSSL OPENSSL_DEBUG_MEMORY; \
-               $(PERL) tools/c_rehash certs) && \
+               $(PERL) tools/c_rehash certs/demo) && \
                touch rehash.time; \
        else :; fi