Commit 5de7da1
Michael Rochelle
Defined these methods which are defined in openssl 1.1.0h:
HMAC_CTX * HMAC_CTX_new();
void HMAC_CTX_free(HMAC_CTX *ctx);
void HMAC_CTX_reset(HMAC_CTX * ctx);
Removed deprecated methods which result in an unresolved symbol:
void HMAC_CTX_init(HMAC_CTX* ctx);
void HMAC_CTX_cleanup(HMAC_CTX* ctx);1 parent 30f88af commit 5de7da1
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
89 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments