Re: IPsec
Solar Designer <[email protected]> Mon, 23 May 2011 17:13:50 +0400
| Newsgroups | gmane.linux.openwall.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon, May 23, 2011 at 05:06:36PM +0400, Anatoly Pugachev wrote: > I'm unable to build ipsec-tools on my Owl installation: ... > ./crypto_openssl.c:2134: warning: implicit declaration of function `EVP_sha512' Owl 3.0 uses an older version of OpenSSL, which did not yet include SHA-2 family functions. Owl-current uses recent OpenSSL, which does. So it looks like you need Owl-current, or you need a configure option to disable the use of SHA-2 functions (I am guessing that there's one). Alexander