File: openssl1.1.patch

package info (click to toggle)
uhub 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,624 kB
  • sloc: ansic: 19,102; xml: 607; perl: 463; sh: 403; python: 239; makefile: 9
file content (14 lines) | stat: -rw-r--r-- 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Reiner Herrmann <reiner@reiner-h.de>
Description: Compatibility with OpenSSL 1.1
Bug-Debian: https://bugs.debian.org/828583

--- a/src/network/openssl.c
+++ b/src/network/openssl.c
@@ -95,7 +95,6 @@ int net_ssl_library_shutdown()
 	ERR_remove_state(0);
 #endif
 
-	ENGINE_cleanup();
 	CONF_modules_unload(1);
 
 	ERR_free_strings();