X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fs3_cbc.c;h=7d9c3776973decb1398ff9b4b971dc2230824950;hp=0981360e0bdbd5cb0c1856e3d85c82840ce55a94;hb=bd7775e14a19c326d3720f2345c2ae324409e979;hpb=b77f3ed17134fe6bf99d143abb1aec3f2bfac555 diff --git a/ssl/s3_cbc.c b/ssl/s3_cbc.c index 0981360e0b..7d9c377697 100644 --- a/ssl/s3_cbc.c +++ b/ssl/s3_cbc.c @@ -9,6 +9,7 @@ #include "internal/constant_time_locl.h" #include "ssl_locl.h" +#include "internal/cryptlib.h" #include #include @@ -419,8 +420,8 @@ int ssl3_cbc_digest_record(const EVP_MD_CTX *ctx, */ b = constant_time_select_8(is_past_c, 0x80, b); /* - * If this the the block containing the end of the application - * data and we're past the 0x80 value then just write zero. + * If this block contains the end of the application data + * and we're past the 0x80 value then just write zero. */ b = b & ~is_past_cp1; /*