]> andersk Git - openssh.git/blobdiff - readpass.c
- (djm) Stop shadow expiry checking from preventing logins with NIS. Based
[openssh.git] / readpass.c
index c8258aaa133d99e8c6dee834ddbaf863f735817d..c38292f15716f801cbd12417c970488bbd6ce0f5 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 #include "includes.h"
-RCSID("$Id$");
+RCSID("$OpenBSD: readpass.c,v 1.11 2000/06/20 01:39:44 markus Exp $");
 
 #include "xmalloc.h"
 #include "ssh.h"
@@ -58,7 +58,7 @@ read_passphrase(const char *prompt, int from_stdin)
        sigset_t oset, nset;
        struct sigaction sa, osa;
        int input, output, echo = 0;
-  
+
        if (from_stdin) {
                input = STDIN_FILENO;
                output = STDERR_FILENO;
This page took 0.036653 seconds and 4 git commands to generate.