X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fs3_enc.c;h=ec5ff9be53993f52616bd151af58a1b82d1fe2aa;hp=35ef9487f91d28336e9ca21969c478d4d8f670fb;hb=8483a003bfca5fac61cda3daea4db2ca20d10ef2;hpb=f0c58c3212d4796ea25d9baaea992bc5137fde34 diff --git a/ssl/s3_enc.c b/ssl/s3_enc.c index 35ef9487f9..ec5ff9be53 100644 --- a/ssl/s3_enc.c +++ b/ssl/s3_enc.c @@ -231,7 +231,7 @@ int ssl3_change_cipher_state(SSL *s, int which) goto err; else /* - * make sure it's intialized in case we exit later with an error + * make sure it's initialised in case we exit later with an error */ EVP_CIPHER_CTX_reset(s->enc_read_ctx); dd = s->enc_read_ctx; @@ -262,7 +262,7 @@ int ssl3_change_cipher_state(SSL *s, int which) goto err; else /* - * make sure it's intialized in case we exit later with an error + * make sure it's initialised in case we exit later with an error */ EVP_CIPHER_CTX_reset(s->enc_write_ctx); dd = s->enc_write_ctx;