Subject: Re: openssl 0.9.7 in NetBSD?
To: None <tech-crypto@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-crypto
Date: 06/29/2003 10:12:14
>>> here are differences in terms of library symbols. it seems that the
>>> biggest difference is rename of des_xx functions to DES_xx functions.
>>> it has a large impact on existing codebase, i guess. we may need to
>>> provide aliases or whatever.
another thing is, ssl-with-heimdal is currently not supported, it seems.
it is not compilable after:
% perl Configure --with-krb5=force-heimdal
(=heimdal bails instantly)
itojun