projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove unused internal macros
[openssl.git]
/
crypto
/
cmac
/
cmac.c
diff --git
a/crypto/cmac/cmac.c
b/crypto/cmac/cmac.c
index 15634a79607f7f223ee2f50269ac00909d874e80..62658680e68766824b8e6e5eb25be518c88ed05c 100644
(file)
--- a/
crypto/cmac/cmac.c
+++ b/
crypto/cmac/cmac.c
@@
-264,5
+264,5
@@
int CMAC_resume(CMAC_CTX *ctx)
* decrypted block will allow CMAC to continue after calling
* CMAC_Final().
*/
- return
M_
EVP_EncryptInit_ex(ctx->cctx, NULL, NULL, NULL, ctx->tbl);
+ return EVP_EncryptInit_ex(ctx->cctx, NULL, NULL, NULL, ctx->tbl);
}