提交 26d57a1a 编写于 作者: M Matt Caswell

Fix build break due to rehash command

The build was breaking due to a Makefile recipe expecting an openssl
version to be on the PATH with support for the rehash command.
Reviewed-by: NBen Laurie <ben@openssl.org>
上级 62fdf4ee
...@@ -428,7 +428,7 @@ rehash.time: certs apps ...@@ -428,7 +428,7 @@ rehash.time: certs apps
[ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe" || :; \ [ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe" || :; \
OPENSSL_DEBUG_MEMORY=on; OPENSSL_CONF=/dev/null ; \ OPENSSL_DEBUG_MEMORY=on; OPENSSL_CONF=/dev/null ; \
export OPENSSL OPENSSL_DEBUG_MEMORY OPENSSL_CONF; \ export OPENSSL OPENSSL_DEBUG_MEMORY OPENSSL_CONF; \
openssl rehash certs/demo) && \ $$OPENSSL rehash certs/demo) && \
touch rehash.time; \ touch rehash.time; \
else :; fi else :; fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册