summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/encode.c
diff options
context:
space:
mode:
authorjsing <>2014-05-03 16:30:53 +0000
committerjsing <>2014-05-03 16:30:53 +0000
commitee76a2f3016cd836f22def4fc04f35d15f0e66fe (patch)
tree5a6e927a99e02f3ff501c4532cb97ec25f111c1b /src/lib/libcrypto/evp/encode.c
parent6f684f64a77ed244a27c225faae4b0515c08eed1 (diff)
downloadopenbsd-ee76a2f3016cd836f22def4fc04f35d15f0e66fe.tar.gz
openbsd-ee76a2f3016cd836f22def4fc04f35d15f0e66fe.tar.bz2
openbsd-ee76a2f3016cd836f22def4fc04f35d15f0e66fe.zip
It is definitly not the correct spelling.
Diffstat (limited to 'src/lib/libcrypto/evp/encode.c')
-rw-r--r--src/lib/libcrypto/evp/encode.c4
1 files changed, 2 insertions, 2 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
224EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, 224EVP_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. */