Subject: Re: openssl/des.h or kerberosIV/des.h, or both?
To: Johan Danielsson <joda@pdc.kth.se>
From: None <itojun@iijlab.net>
List: tech-crypto
Date: 08/29/2002 23:55:15
>> 	<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.

	ok, i've placed a file that has "#include <openssl/des.h>" into
	/usr/include/kerberosIV/des.h.  sorry for the lack of my knowledge
	on kerberos 4 API.

itojun