• R
    OPENSSL_NO_xxx cleanup: many removals · a00ae6c4
    Rich Salz 提交于
    The following compile options (#ifdef's) are removed:
        OPENSSL_NO_BIO OPENSSL_NO_BUFFER OPENSSL_NO_CHAIN_VERIFY
        OPENSSL_NO_EVP OPENSSL_NO_FIPS_ERR OPENSSL_NO_HASH_COMP
        OPENSSL_NO_LHASH OPENSSL_NO_OBJECT OPENSSL_NO_SPEED OPENSSL_NO_STACK
        OPENSSL_NO_X509 OPENSSL_NO_X509_VERIFY
    
    This diff is big because of updating the indents on preprocessor lines.
    Reviewed-by: NRichard Levitte <levitte@openssl.org>
    a00ae6c4
progs.pl 3.6 KB