Skip to content
  • Marvin Scholz's avatar
    Cleanup: Simplify OpenSSL context initialisation · ed9a4e65
    Marvin Scholz authored
    Assigning the return value of SSLv23_server_method to a variable is
    not necessary here and not doing it can get us rid of a lot of
    condition code given that the type of the return value changed
    at some point.
    ed9a4e65