Fix no CRYPTO_MDEBUG build (windows)
authorRich Salz <rsalz@akamai.com>
Fri, 8 Jan 2016 02:40:52 +0000 (21:40 -0500)
committerRich Salz <rsalz@openssl.org>
Fri, 8 Jan 2016 19:35:04 +0000 (14:35 -0500)
commit6ac11bd0b9252e4cf53cb0b914db98b401779c15
treea14e20ecab82a453c408f8da3b2f6ed313d97fcb
parent8da94770f0a049497b1a52ee469cca1f4a13b1a7
Fix no CRYPTO_MDEBUG build (windows)

In order for mkdep to find #ifdef'd functions, they must be
wrapped (in the header file) with
        #ifndef OPENSSL_NO_...
So do that for various CRYPTO_mem_debug... things.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
crypto/mem_dbg.c
include/openssl/crypto.h
util/libeay.num
util/mkdef.pl