From 9f43fee26bc982945926d74d27844e5dbc829d70 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 23 Dec 2009 12:41:38 +0200 Subject: Move getpass() portability tweaks out of system.h - only signature.c needs, no need to pollute system.h --- system.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'system.h') diff --git a/system.h b/system.h index d796fbe72..15c7eed75 100644 --- a/system.h +++ b/system.h @@ -343,11 +343,6 @@ extern void unsetenv(const char *name); #endif #endif -/* Solaris <= 2.6 limits getpass return to only 8 chars */ -#if HAVE_GETPASSPHRASE -#define getpass getpassphrase -#endif - #if ! HAVE_LCHOWN #define lchown chown #endif -- cgit v1.2.3