]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/readpassphrase.c
Import of OpenSSH 3.2.2p1
[gssapi-openssh.git] / openssh / openbsd-compat / readpassphrase.c
index 7687710373458434caad7c52036d1a39d92c077e..8c2f5f8416863647c944583def02f81fa0370721 100644 (file)
@@ -165,7 +165,6 @@ restart:
        errno = save_errno;
        return(nr == -1 ? NULL : buf);
 }
-#endif /* HAVE_READPASSPHRASE */
   
 #if 0
 char *
@@ -179,6 +178,6 @@ getpass(const char *prompt)
 
 static void handler(int s)
 {
-
        signo = s;
 }
+#endif /* HAVE_READPASSPHRASE */
This page took 0.034515 seconds and 4 git commands to generate.