]> andersk Git - openssh.git/blobdiff - authfile.c
- deraadt@cvs.openbsd.org 2001/12/05 10:06:12
[openssh.git] / authfile.c
index 135be76b52714f1f64053f4672763da41c0719ce..8a6021fc6dbf7a1fd8e8e2215b99966dcfa04e1e 100644 (file)
@@ -36,7 +36,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: authfile.c,v 1.39 2001/10/07 10:29:52 markus Exp $");
+RCSID("$OpenBSD: authfile.c,v 1.40 2001/12/05 10:06:12 deraadt Exp $");
 
 #include <openssl/err.h>
 #include <openssl/evp.h>
@@ -586,7 +586,7 @@ key_try_load_public(Key *k, const char *filename, char **commentp)
                while (fgets(line, sizeof(line), f)) {
                        line[sizeof(line)-1] = '\0';
                        cp = line;
-                       switch(*cp){
+                       switch (*cp) {
                        case '#':
                        case '\n':
                        case '\0':
This page took 0.195031 seconds and 4 git commands to generate.