avoid C++ style comments

This commit is contained in:
Karel Miko
2017-03-15 13:06:23 +01:00
parent db32cc3a81
commit 54a26525dc
8 changed files with 27 additions and 26 deletions
+2 -2
View File
@@ -172,7 +172,7 @@ if (B_0 == NULL) {
}
} else {
// B_0 != NULL
/* B_0 != NULL */
XMEMCPY(PAD, B_0, 16);
}
@@ -329,7 +329,7 @@ if (CTR == NULL) {
}
}
// grab the CTR
/* grab the CTR */
XMEMCPY(ctrcopy, ctr, 16);
/* setup CTR for the TAG (zero the count) */