summaryrefslogtreecommitdiff
path: root/auth-rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-rsa.c')
-rw-r--r--auth-rsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-rsa.c b/auth-rsa.c
index 899daae3b..ec8f6ce21 100644
--- a/auth-rsa.c
+++ b/auth-rsa.c
@@ -14,7 +14,7 @@
14 */ 14 */
15 15
16#include "includes.h" 16#include "includes.h"
17RCSID("$OpenBSD: auth-rsa.c,v 1.42 2001/06/22 21:55:48 markus Exp $"); 17RCSID("$OpenBSD: auth-rsa.c,v 1.43 2001/06/25 17:54:47 provos Exp $");
18 18
19#include <openssl/rsa.h> 19#include <openssl/rsa.h>
20#include <openssl/md5.h> 20#include <openssl/md5.h>
@@ -159,7 +159,7 @@ auth_rsa(struct passwd *pw, BIGNUM *client_n)
159 return 0; 159 return 0;
160 } 160 }
161 if (options.strict_modes && 161 if (options.strict_modes &&
162 secure_filename(f, file, pw->pw_uid, line, sizeof(line)) != 0) { 162 secure_filename(f, file, pw, line, sizeof(line)) != 0) {
163 xfree(file); 163 xfree(file);
164 fclose(f); 164 fclose(f);
165 log("Authentication refused: %s", line); 165 log("Authentication refused: %s", line);