• Show log

    Commit

  • Hash : e1314dd6
    Author : Aki Koskinen
    Date : 2015-02-27T10:49:02

    Include openssl headers last
    
    Windows headers #define some names that openssl uses too. Openssl
    headers #undef the offending names before reusing them. But if those
    offending Windows headers get included after the openssl headers the
    namespace is polluted and nothing good happens.
    
    Fixes issue #2850.