From 7fa856e8fa61cbd2a03170600b270a265d9f5312 Mon Sep 17 00:00:00 2001 From: jsing Date: Sat, 3 May 2014 16:30:53 +0000 Subject: [PATCH] It is definitly not the correct spelling. --- lib/libcrypto/evp/encode.c | 4 ++-- lib/libssl/src/crypto/evp/encode.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libcrypto/evp/encode.c b/lib/libcrypto/evp/encode.c index dca5ffdcf40..9540a849c9f 100644 --- a/lib/libcrypto/evp/encode.c +++ b/lib/libcrypto/evp/encode.c @@ -224,7 +224,7 @@ int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, const unsigned char *in, int inl) { - int seof = -1, eof = 0, rv = -1, ret = 0, i,v, tmp, n,ln, exp_nl; + int seof = -1, eof = 0, rv = -1, ret = 0, i,v, tmp, n, ln, exp_nl; unsigned char *d; n = ctx->num; @@ -259,7 +259,7 @@ EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, goto end; } - /* have we seen a '=' which is 'definitly' the last + /* have we seen a '=' which is 'definitely' the last * input line. seof will point to the character that * holds it. and eof will hold how many characters to * chop off. */ diff --git a/lib/libssl/src/crypto/evp/encode.c b/lib/libssl/src/crypto/evp/encode.c index dca5ffdcf40..9540a849c9f 100644 --- a/lib/libssl/src/crypto/evp/encode.c +++ b/lib/libssl/src/crypto/evp/encode.c @@ -224,7 +224,7 @@ int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, const unsigned char *in, int inl) { - int seof = -1, eof = 0, rv = -1, ret = 0, i,v, tmp, n,ln, exp_nl; + int seof = -1, eof = 0, rv = -1, ret = 0, i,v, tmp, n, ln, exp_nl; unsigned char *d; n = ctx->num; @@ -259,7 +259,7 @@ EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, goto end; } - /* have we seen a '=' which is 'definitly' the last + /* have we seen a '=' which is 'definitely' the last * input line. seof will point to the character that * holds it. and eof will hold how many characters to * chop off. */ -- 2.20.1