]> andersk Git - openssh.git/blobdiff - auth-rsa.c
- OpenBSD CVS updates.
[openssh.git] / auth-rsa.c
index 73c46406ba955cb3ac99c08f7bfd3225c0cc4c44..5fcdae4c6e505dc32b1ccf95e34aec637ba6389a 100644 (file)
@@ -1,18 +1,18 @@
 /*
- * 
+ *
  * auth-rsa.c
- * 
+ *
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
- * 
+ *
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved
- * 
+ *
  * Created: Mon Mar 27 01:46:52 1995 ylo
- * 
+ *
  * RSA-based authentication.  This code determines whether to admit a login
  * based on RSA authentication.  This file also contains functions to check
  * validity of the host key.
- * 
+ *
  */
 
 #include "includes.h"
@@ -244,7 +244,7 @@ auth_rsa(struct passwd *pw, BIGNUM *client_n)
                        debug("%.100s, line %lu: bad key syntax",
                              SSH_USER_PERMITTED_KEYS, linenum);
                        packet_send_debug("%.100s, line %lu: bad key syntax",
-                                         SSH_USER_PERMITTED_KEYS, linenum);
+                                         SSH_USER_PERMITTED_KEYS, linenum);
                        continue;
                }
                /* cp now points to the comment part. */
This page took 0.034885 seconds and 4 git commands to generate.