libs3 icon indicating copy to clipboard operation
libs3 copied to clipboard

Fix compilation with openssl 3.0

Open ellert opened this issue 4 years ago • 0 comments

Since -Werror is used by default, warnings about calls to deprecated functions are treated as errors. Rewrite the code to not use functions deprecated in openssl 3.0.

ellert avatar Sep 16 '21 21:09 ellert