summaryrefslogtreecommitdiff
path: root/auth-rsa.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:47:00 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:47:00 +0000
commit204e48851a67d7165c7fa9fff21e92bcee448685 (patch)
tree2dc1e1780897f8f790f84e308846c09a34a64ae5 /auth-rsa.c
parent0ab2a010794017a7a1314faade2adcdb116e0544 (diff)
- deraadt@cvs.openbsd.org 2001/03/01 02:45:10
[auth-rsa.c auth2.c deattack.c packet.c] KNF
Diffstat (limited to 'auth-rsa.c')
-rw-r--r--auth-rsa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/auth-rsa.c b/auth-rsa.c
index ee71655f3..30e5a54c4 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.38 2001/01/21 19:05:42 markus Exp $"); 17RCSID("$OpenBSD: auth-rsa.c,v 1.39 2001/03/01 02:45:10 deraadt Exp $");
18 18
19#include <openssl/rsa.h> 19#include <openssl/rsa.h>
20#include <openssl/md5.h> 20#include <openssl/md5.h>
@@ -186,8 +186,8 @@ auth_rsa(struct passwd *pw, BIGNUM *client_n)
186 } 186 }
187 if (fail) { 187 if (fail) {
188 fclose(f); 188 fclose(f);
189 log("%s",buf); 189 log("%s", buf);
190 packet_send_debug("%s",buf); 190 packet_send_debug("%s", buf);
191 restore_uid(); 191 restore_uid();
192 return 0; 192 return 0;
193 } 193 }