Subject: Re: openssl/des.h or kerberosIV/des.h, or both?
To: None <itojun@iijlab.net>
From: Johan Danielsson <joda@pdc.kth.se>
List: tech-crypto
Date: 08/29/2002 16:43:04
itojun@iijlab.net writes:
> <openssl/des.h> is the right way.
The Kerberos 4 "API" says
#include <des.h>
#include <krb.h>
It's bad enough that you have to -I/usr/include/kerberosIV.
So make a symlink to openssl/des.h or add something that does #include
<openssl/des.h>, but don't just remove it.
> -I/usr/include/openssl + <des.h>
> is discouraged by openssl project.
How I care.
/Johan