From 58df0c2f798c15843068e587fe18d9a9b0cf386a Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 3 May 2014 16:30:53 +0000 Subject: It is definitly not the correct spelling. --- src/lib/libcrypto/evp/encode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/evp/encode.c') diff --git a/src/lib/libcrypto/evp/encode.c b/src/lib/libcrypto/evp/encode.c index dca5ffdcf4..9540a849c9 100644 --- a/src/lib/libcrypto/evp/encode.c +++ b/src/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. */ -- cgit v1.2.3-55-g6feb