diff options
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/readpassphrase.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openbsd-compat/readpassphrase.c b/openbsd-compat/readpassphrase.c index 768771037..8c2f5f841 100644 --- a/openbsd-compat/readpassphrase.c +++ b/openbsd-compat/readpassphrase.c | |||
@@ -165,7 +165,6 @@ restart: | |||
165 | errno = save_errno; | 165 | errno = save_errno; |
166 | return(nr == -1 ? NULL : buf); | 166 | return(nr == -1 ? NULL : buf); |
167 | } | 167 | } |
168 | #endif /* HAVE_READPASSPHRASE */ | ||
169 | 168 | ||
170 | #if 0 | 169 | #if 0 |
171 | char * | 170 | char * |
@@ -179,6 +178,6 @@ getpass(const char *prompt) | |||
179 | 178 | ||
180 | static void handler(int s) | 179 | static void handler(int s) |
181 | { | 180 | { |
182 | |||
183 | signo = s; | 181 | signo = s; |
184 | } | 182 | } |
183 | #endif /* HAVE_READPASSPHRASE */ | ||