aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/read_pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/read_pwd.c')
-rw-r--r--crypto/des/read_pwd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/des/read_pwd.c b/crypto/des/read_pwd.c
index 7e3f9020dc..ffc458a9c6 100644
--- a/crypto/des/read_pwd.c
+++ b/crypto/des/read_pwd.c
@@ -462,9 +462,6 @@ static void popsig(void)
static void recsig(int i)
{
longjmp(save,1);
-#ifdef LINT
- i=i;
-#endif
}
#ifdef OPENSSL_SYS_MSDOS