openssl/des.h or kerberosIV/des.h, or both?
Matthias Drochner <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.crypto |
|---|---|
| Message-ID | <[email protected]> |
The last change to libkrb/Makefile has some consequences: -To make the tree build again, either openssl/des.h can't be installed into include/kerberosIV anymore, or it would need some additional Makefile magic. I suppose the former is more reasonable, because two identical copies don't make much sense, and krb.h refers to openssl/des.h anyway (as patched by some Makefile rule). -If this is right, should des.h be included as <openssl/des.h> in libraries and applications, or should the -I paths in the Makefiles be adapted/added? btw, a comment in libtelnet/kerberos.c states that krb.h didn't include des.h, which is obviously wrong. best regards Matthias