Subject: Re: telnet/telnetd/libtelnet changes for crypto-intl
To: None <itojun@iijlab.net>
From: Assar Westerlund <assar@sics.se>
List: source-changes
Date: 02/06/2000 03:10:53
itojun@iijlab.net writes:
> Is it buildable from src/lib/libtelnet and other places?
Yes, I've done several `make build':s and it builds fine.
> From what I've seen
> (1) CPPFLAGS+=-DAUTHENTICATION is missing (otherwise
> lib/libtelnet/auth.c will become empty and end up
> missing symbol)
That's defined in crypto-intl/include/config.h.
> (2) the following files disagree with each other and it bites us in
> prototype checks
> crypto-intl/dist/heimdal/appl/telnet/libtelnet/auth-proto.h
> src/lib/libtelnet/auth-proto.h
> I'm not sure how we should resolve it.
By only using the crypto-intl one, I think. Are you sure you don't
have any old .depend laying around that causes make to pick up the
wrong auth-proto.h?
/assar