diff options
author | jsing <> | 2014-05-03 16:30:53 +0000 |
---|---|---|
committer | jsing <> | 2014-05-03 16:30:53 +0000 |
commit | 58df0c2f798c15843068e587fe18d9a9b0cf386a (patch) | |
tree | 5a6e927a99e02f3ff501c4532cb97ec25f111c1b /src/lib | |
parent | 65940f4fdcb709b14e54a1c8f2d7e2e3d64fa2c8 (diff) | |
download | openbsd-58df0c2f798c15843068e587fe18d9a9b0cf386a.tar.gz openbsd-58df0c2f798c15843068e587fe18d9a9b0cf386a.tar.bz2 openbsd-58df0c2f798c15843068e587fe18d9a9b0cf386a.zip |
It is definitly not the correct spelling.
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. */ |