Fix warning.

This commit is contained in:
Ben Laurie 2008-11-02 09:00:25 +00:00
parent befe1fbc29
commit 8da07655ee

View file

@ -632,4 +632,10 @@ static void sha512_block_data_order (SHA512_CTX *ctx, const void *in, size_t num
#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 */