A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
Cipher_code.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
new
[Cipher_code.git]
/
OneRoundIoT
/
openssl
/
openssl_evp_cmac.c
diff --git
a/OneRoundIoT/openssl/openssl_evp_cmac.c
b/OneRoundIoT/openssl/openssl_evp_cmac.c
index d8c0377686d6b74c87f7699f26c29250b1948ff1..f1d3984fb32302cdfe250eea1c189fbb2ce26f17 100755
(executable)
--- a/
OneRoundIoT/openssl/openssl_evp_cmac.c
+++ b/
OneRoundIoT/openssl/openssl_evp_cmac.c
@@
-118,7
+118,7
@@
unsigned char mact[16] = {0};
if(1 != CMAC_Final(ctx, mact, &mactlen)) handleErrors();
ciphertext_len += len;
if(1 != CMAC_Final(ctx, mact, &mactlen)) handleErrors();
ciphertext_len += len;
- printBytes(mact, mactlen);
+
//
printBytes(mact, mactlen);
/* Clean up */
CMAC_CTX_free(ctx);
/* Clean up */
CMAC_CTX_free(ctx);