X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=INSTALL;h=36f271787d69c939aeae8f24d8062d442efce8e2;hp=4dcc452562c2f977b7f0b7606960c41afc239ad5;hb=742ccab318b13a8779d9f9164d479b4a428a6da8;hpb=4e3ee452d091615e52a43e6e7c6db7d09e260353 diff --git a/INSTALL b/INSTALL index 4dcc452562..36f271787d 100644 --- a/INSTALL +++ b/INSTALL @@ -344,19 +344,11 @@ work if the zlib or zlib-dynamic options are also chosen. enable-crypto-mdebug - Build support for debugging memory allocated via - OPENSSL_malloc() or OPENSSL_zalloc(). + This now only enables the failed-malloc feature. enable-crypto-mdebug-backtrace - As for crypto-mdebug, but additionally provide backtrace - information for allocated memory. - TO BE USED WITH CARE: this uses GNU C functionality, and - is therefore not usable for non-GNU config targets. If - your build complains about the use of '-rdynamic' or the - lack of header file execinfo.h, this option is not for you. - ALSO NOTE that even though execinfo.h is available on your - system (through Gnulib), the functions might just be stubs - that do nothing. + This is a no-op; the project uses the compiler's + address/leak sanitizer instead. no-ct Don't build support for Certificate Transparency.