X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fd1_enc.c;h=d242dcad42fd11be913f53aecbed20701d13903c;hp=712c4647f24cb072beddda21a79d993f583a100d;hb=0518a3e19e18cfc441cab261b28441b8c8bd77bf;hpb=e33ac0e71d9ea52143333223a318b38f3ce1ee52 diff --git a/ssl/d1_enc.c b/ssl/d1_enc.c index 712c4647f2..d242dcad42 100644 --- a/ssl/d1_enc.c +++ b/ssl/d1_enc.c @@ -133,7 +133,7 @@ * short etc). * 1: if the record's padding is valid / the encryption was successful. * -1: if the record's padding/AEAD-authenticator is invalid or, if sending, - * an internal error occured. */ + * an internal error occurred. */ int dtls1_enc(SSL *s, int send) { SSL3_RECORD *rec;