Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: telnet/telnetd/libtelnet changes for crypto-intl



itojun%iijlab.net@localhost 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



Home | Main Index | Thread Index | Old Index