Commit aab6956
committed
trojan : config: Port openssl sha224 to use EVP functions
As suggested by SHA224(3ssl), use the EVP_DigestInit functions. Calling
the hash functions directly is deprecated for applications. Further,
actually check the return values from the OpenSSL functions and throw
appropriate runtime errors.1 parent b87a32d commit aab6956
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments