Opened 2 years ago
Closed 2 weeks ago
#4868 closed enhancement (fixed)
compiler warnings - openssl 3.0.0
Reported by: | MCPat | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | General |
Severity: | low | Keywords: | |
Cc: | MCPat | Sensitive: | no |
Description
Reason for enhancement
maybe in future some functions are not working anymore with openssl > 3.0.0
get some warnings during compiling like
warning: 'MD5' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
Possible impacts on other features
I think none, but all files are affected which are using functions from openssl
Change History (3)
comment:1 by , 2 years ago
Component: | ! Please select... → General |
---|
comment:2 by , 2 years ago
comment:3 by , 2 weeks ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
OSCam trunk still uses an old deprecated "API"
to avoid those warnings OSCam trunk need to be updated to latest "API";