Commit 6ac11bd0 authored by Rich Salz's avatar Rich Salz Committed by Rich Salz
Browse files

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: default avatarViktor Dukhovni <viktor@openssl.org>
parent 8da94770
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment