• R
    Remove outdated DEBUG flags. · d63a5e5e
    Rich Salz 提交于
    Add -DBIO_DEBUG to --strict-warnings.
    Remove comments about outdated debugging ifdef guards.
    Remove md_rand ifdef guarding an assert; it doesn't seem used.
    Remove the conf guards in conf_api since we use OPENSSL_assert, not assert.
    For pkcs12 stuff put OPENSSL_ in front of the macro name.
    Merge TLS_DEBUG into SSL_DEBUG.
    Various things just turned on/off asserts, mainly for checking non-NULL
    arguments, which is now removed: camellia, bn_ctx, crypto/modes.
    Remove some old debug code, that basically just printed things to stderr:
      DEBUG_PRINT_UNKNOWN_CIPHERSUITES, DEBUG_ZLIB, OPENSSL_RI_DEBUG,
      RL_DEBUG, RSA_DEBUG, SCRYPT_DEBUG.
    Remove OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL.
    Reviewed-by: NRichard Levitte <levitte@openssl.org>
    d63a5e5e
ssl_locl.h 80.9 KB