diff options
author | Veres Lajos <vlajos@gmail.com> | 2013-06-13 00:22:32 +0100 |
---|---|---|
committer | Ben Laurie <ben@links.org> | 2013-09-05 21:39:42 +0100 |
commit | 478b50cf67d6a91fdcd584cff57c58b7e863055d (patch) | |
tree | 2503e85a768e8bde5edace29c80222b47ea1f0ea /ssl/s3_cbc.c | |
parent | d2625fd65772ce3de2563e648decd2d1074fd873 (diff) | |
download | openssl-new-478b50cf67d6a91fdcd584cff57c58b7e863055d.tar.gz |
misspellings fixes by https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'ssl/s3_cbc.c')
-rw-r--r-- | ssl/s3_cbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s3_cbc.c b/ssl/s3_cbc.c index ea46c3989e..73e12b6799 100644 --- a/ssl/s3_cbc.c +++ b/ssl/s3_cbc.c @@ -419,7 +419,7 @@ char ssl3_cbc_record_digest_supported(const EVP_MD_CTX *ctx) * md_out: the digest output. At most EVP_MAX_MD_SIZE bytes will be written. * md_out_size: if non-NULL, the number of output bytes is written here. * header: the 13-byte, TLS record header. - * data: the record data itself, less any preceeding explicit IV. + * data: the record data itself, less any preceding explicit IV. * data_plus_mac_size: the secret, reported length of the data and MAC * once the padding has been removed. * data_plus_mac_plus_padding_size: the public length of the whole |