Browse Source

Minor typo fix in comment.

Change-Id: I55dc3d87a9571901abd2bbaf268871a482cf3bc5
Reviewed-on: https://boringssl-review.googlesource.com/4983
Reviewed-by: David Benjamin <davidben@chromium.org>
Reviewed-by: Adam Langley <agl@google.com>
kris/onging/CECPQ3_patch15
Adam Langley 9 years ago
committed by Adam Langley
parent
commit
691992b0ea
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ssl/s3_both.c

+ 2
- 2
ssl/s3_both.c View File

@@ -195,8 +195,8 @@ int ssl3_send_finished(SSL *s, int a, int b, const char *sender, int slen) {
return ssl_do_write(s);
}

/* ssl3_take_mac calculates the Finished MAC for the handshakes messages seen to
* far. */
/* ssl3_take_mac calculates the Finished MAC for the handshakes messages seen
* so far. */
static void ssl3_take_mac(SSL *s) {
const char *sender;
int slen;


Loading…
Cancel
Save