[git commit] tls: typo fix in comment

Denys Vlasenko vda.linux at googlemail.com
Fri Nov 23 18:00:12 UTC 2018


commit: https://git.busybox.net/busybox/commit/?id=d496b4002a944af5832b8589cbc5f967abaf3dc4
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 networking/tls_aesgcm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/networking/tls_aesgcm.c b/networking/tls_aesgcm.c
index 360e6f4ff..a06f8c8c5 100644
--- a/networking/tls_aesgcm.c
+++ b/networking/tls_aesgcm.c
@@ -82,9 +82,9 @@ static void GMULT(byte* X, byte* Y)
 }
 
 //bbox:
-// for TLS AES-GCM, a (which as AAD) is always 13 bytes long, and bbox code provides
+// for TLS AES-GCM, a (which is AAD) is always 13 bytes long, and bbox code provides
 // extra 3 zeroed bytes, making it a[16], or a[AES_BLOCK_SIZE].
-// Resulting auth tag in s is also always AES_BLOCK_SIZE bytes.
+// Resulting auth tag in s[] is also always AES_BLOCK_SIZE bytes.
 //
 // This allows some simplifications.
 #define aSz AES_BLOCK_SIZE


More information about the busybox-cvs mailing list