Skip to content
  • Marvin Scholz's avatar
    Update: Do not init OpenSSL since 1.1.0 · 07304b51
    Marvin Scholz authored
    Explicitly initializing the library is not longer needed since
    OpenSSL 1.1.0 and the SSL_library_init function is deprecated.
    
    Citing the manual:
    
    > As of version 1.1.0 OpenSSL will automatically allocate all resources
    > that it needs so no explicit initialisation is required. Similarly it
    > will also automatically deinitialise as required.
    
    Fix #2318
    07304b51