提交 8da07655 编写于 作者: B Ben Laurie

Fix warning.

上级 befe1fbc
...@@ -632,4 +632,10 @@ static void sha512_block_data_order (SHA512_CTX *ctx, const void *in, size_t num ...@@ -632,4 +632,10 @@ static void sha512_block_data_order (SHA512_CTX *ctx, const void *in, size_t num
#endif /* SHA512_ASM */ #endif /* SHA512_ASM */
#endif /* OPENSSL_NO_SHA512 */ #else /* !OPENSSL_NO_SHA512 */
#if defined(PEDANTIC) || defined(__DECC) || defined(OPENSSL_SYS_MACOSX)
static void *dummy=&dummy;
#endif
#endif /* !OPENSSL_NO_SHA512 */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册