diff options
Diffstat (limited to 'authfile.c')
-rw-r--r-- | authfile.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/authfile.c b/authfile.c index 0e97ba4ea..44994a810 100644 --- a/authfile.c +++ b/authfile.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: authfile.c,v 1.104 2014/03/12 04:51:12 djm Exp $ */ | 1 | /* $OpenBSD: authfile.c,v 1.105 2014/04/28 03:09:18 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -204,7 +204,8 @@ key_parse_private2(Buffer *blob, int type, const char *passphrase, | |||
204 | char **commentp) | 204 | char **commentp) |
205 | { | 205 | { |
206 | u_char *key = NULL, *cp, *salt = NULL, pad, last; | 206 | u_char *key = NULL, *cp, *salt = NULL, pad, last; |
207 | char *comment = NULL, *ciphername = NULL, *kdfname = NULL, *kdfp; | 207 | char *comment = NULL, *ciphername = NULL, *kdfname = NULL; |
208 | const u_char *kdfp; | ||
208 | u_int keylen = 0, ivlen, blocksize, slen, klen, len, rounds, nkeys; | 209 | u_int keylen = 0, ivlen, blocksize, slen, klen, len, rounds, nkeys; |
209 | u_int check1, check2, m1len, m2len; | 210 | u_int check1, check2, m1len, m2len; |
210 | size_t authlen; | 211 | size_t authlen; |