提交 b95de5ec 编写于 作者: R Rich Salz

Avoid "no config file" warning message

Set config to /dev/null when doing make rehash.
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 3dca57f8
......@@ -438,8 +438,8 @@ rehash.time: certs apps
@if [ -z "$(CROSS_COMPILE)" ]; then \
(OPENSSL="`pwd`/util/opensslwrap.sh"; \
[ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe" || :; \
OPENSSL_DEBUG_MEMORY=on; \
export OPENSSL OPENSSL_DEBUG_MEMORY; \
OPENSSL_DEBUG_MEMORY=on; OPENSSL_CONFIG=/dev/null ; \
export OPENSSL OPENSSL_DEBUG_MEMORY OPENSSL_CONFIG; \
$(PERL) tools/c_rehash certs/demo) && \
touch rehash.time; \
else :; fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册