Skip to content

Commit d7febf2

Browse files
authored
Merge pull request #44 from AndrejMitrovic/fix-alias
Remove deprecated alias
2 parents df469d5 + cdad111 commit d7febf2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deimos/openssl/hmac.d

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ HMAC_CTX * HMAC_CTX_new();
8888
void HMAC_CTX_free(HMAC_CTX *ctx);
8989
void HMAC_CTX_reset(HMAC_CTX * ctx);
9090

91-
alias HMAC_CTX_cleanup HMAC_cleanup; /* deprecated */
92-
9391
int HMAC_Init(HMAC_CTX* ctx, const(void)* key, int len,
9492
const(EVP_MD)* md); /* deprecated */
9593
int HMAC_Init_ex(HMAC_CTX* ctx, const(void)* key, int len,

0 commit comments

Comments
 (0)