Re: openssl 0.9.7 in NetBSD?
| Newsgroups | gmane.os.netbsd.devel.crypto |
|---|---|
| Message-ID | <[email protected]> |
>>> 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