• M
    Fix no-stdio and no-autoalginit · d90a6beb
    Matt Caswell 提交于
    no-stdio does not work with the apps. Since the tests also need the apps
    it doesn't support that either. Therefore we disable building of both.
    
    no-autoalginit is not compatible with the apps because it requires explicit
    loading of the algorithms, and the apps don't do that. Therefore we disable
    building the apps for this option. Similarly the tests depend on the apps
    so we also disable the tests. Finally the whole point about no-autoalginit
    is to avoid excessive executable sizes when doing static linking. Therefore
    we disable "shared" if this option is selected.
    Reviewed-by: NRichard Levitte <levitte@openssl.org>
    d90a6beb
build.info 8.9 KB