From f87a14f2ec9b2da3dd881d031cc3eb22beded92e Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 5 Aug 1995 19:10:25 +0000 Subject: Comment out LDADD+=-ldescrypt, it is not yet active due to missng defines for krb4encpwd and rsaencpwd and missing rsa library too. --- secure/lib/libtelnet/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'secure/lib/libtelnet') diff --git a/secure/lib/libtelnet/Makefile b/secure/lib/libtelnet/Makefile index 5b700e6..46e4133 100644 --- a/secure/lib/libtelnet/Makefile +++ b/secure/lib/libtelnet/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 12/15/93 -# $Id: Makefile,v 1.7 1995/07/24 21:57:58 ache Exp $ +# $Id: Makefile,v 1.8 1995/07/24 22:55:35 ache Exp $ # This stuff need original libdes to run (new_rnd_key.c module), # current eBones/des lib don't have it @@ -33,7 +33,8 @@ SRCS+= kerberos5.c forward.c LDADD+= -ldes -lkrb5 .endif -LDADD+= -ldescrypt +# Used only in krb4encpwd.c and rsaencpwd.c, not yet active +#LDADD+= -ldescrypt #endif /* ENCRYPTION */ -- cgit v1.1