diff options
| author | jsing <> | 2014-05-03 16:30:53 +0000 |
|---|---|---|
| committer | jsing <> | 2014-05-03 16:30:53 +0000 |
| commit | ee76a2f3016cd836f22def4fc04f35d15f0e66fe (patch) | |
| tree | 5a6e927a99e02f3ff501c4532cb97ec25f111c1b /src | |
| parent | 6f684f64a77ed244a27c225faae4b0515c08eed1 (diff) | |
| download | openbsd-ee76a2f3016cd836f22def4fc04f35d15f0e66fe.tar.gz openbsd-ee76a2f3016cd836f22def4fc04f35d15f0e66fe.tar.bz2 openbsd-ee76a2f3016cd836f22def4fc04f35d15f0e66fe.zip | |
It is definitly not the correct spelling.
Diffstat (limited to 'src')
| -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. */ |
