Skip to content
  • Nick Mathewson's avatar
    Link libssl and libcrypto in the right order. · f6ff14a8
    Nick Mathewson authored
    For most linking setups, this doesn't matter.  But for some setups, when
    statically linking openssl, it does matter, since you need to link things
    with dependencies before you link things they depend on.
    
    Fix for bug 1237.
    f6ff14a8