Commit 93971f5
authored
Add Compiler flag to ignore deprecated OpenSSL declarations (#149)
When compiling against OpenSSL versions => 3.0, the build will error out
due to the usage of methods like SHA256_Update, SHA256_Init, etc..
See: https://wiki.openssl.org/index.php/OpenSSL_3.0
While these functions should probably be ported to their new
equivalents, this at least allows for the client to be compiled.1 parent 8b0baf5 commit 93971f5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments