diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/evp/encode.c | 4 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/evp/encode.c | 4 |
2 files changed, 4 insertions, 4 deletions
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 | |||
224 | EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, | 224 | EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, |
225 | const unsigned char *in, int inl) | 225 | const unsigned char *in, int inl) |
226 | { | 226 | { |
227 | int seof = -1, eof = 0, rv = -1, ret = 0, i,v, tmp, n,ln, exp_nl; | 227 | int seof = -1, eof = 0, rv = -1, ret = 0, i,v, tmp, n, ln, exp_nl; |
228 | unsigned char *d; | 228 | unsigned char *d; |
229 | 229 | ||
230 | n = ctx->num; | 230 | n = ctx->num; |
@@ -259,7 +259,7 @@ EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, | |||
259 | goto end; | 259 | goto end; |
260 | } | 260 | } |
261 | 261 | ||
262 | /* have we seen a '=' which is 'definitly' the last | 262 | /* have we seen a '=' which is 'definitely' the last |
263 | * input line. seof will point to the character that | 263 | * input line. seof will point to the character that |
264 | * holds it. and eof will hold how many characters to | 264 | * holds it. and eof will hold how many characters to |
265 | * chop off. */ | 265 | * chop off. */ |
diff --git a/src/lib/libssl/src/crypto/evp/encode.c b/src/lib/libssl/src/crypto/evp/encode.c index dca5ffdcf4..9540a849c9 100644 --- a/src/lib/libssl/src/crypto/evp/encode.c +++ b/src/lib/libssl/src/crypto/evp/encode.c | |||
@@ -224,7 +224,7 @@ int | |||
224 | EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, | 224 | EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, |
225 | const unsigned char *in, int inl) | 225 | const unsigned char *in, int inl) |
226 | { | 226 | { |
227 | int seof = -1, eof = 0, rv = -1, ret = 0, i,v, tmp, n,ln, exp_nl; | 227 | int seof = -1, eof = 0, rv = -1, ret = 0, i,v, tmp, n, ln, exp_nl; |
228 | unsigned char *d; | 228 | unsigned char *d; |
229 | 229 | ||
230 | n = ctx->num; | 230 | n = ctx->num; |
@@ -259,7 +259,7 @@ EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, | |||
259 | goto end; | 259 | goto end; |
260 | } | 260 | } |
261 | 261 | ||
262 | /* have we seen a '=' which is 'definitly' the last | 262 | /* have we seen a '=' which is 'definitely' the last |
263 | * input line. seof will point to the character that | 263 | * input line. seof will point to the character that |
264 | * holds it. and eof will hold how many characters to | 264 | * holds it. and eof will hold how many characters to |
265 | * chop off. */ | 265 | * chop off. */ |