|
Message-ID: <20110523131355.GA14591@albatros>
Date: Mon, 23 May 2011 17:13:55 +0400
From: Vasiliy Kulikov <segoon@...nwall.com>
To: owl-users@...ts.openwall.com
Subject: Re: IPsec
On Mon, May 23, 2011 at 17:06 +0400, Anatoly Pugachev wrote:
> user@...01:~/ipsec-tools-0.8.0 $ ./configure ... && make
> ...
> make[4]: Entering directory `/home/user/ipsec-tools-0.8.0/src/racoon'
> gcc -DHAVE_CONFIG_H -I. -I../.. -I./../libipsec -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -D_GNU_SOURCE -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -DSYSCONFDIR=\"/opt/ipsec/etc\" -DADMINPORTDIR=\"/opt/ipsec/var/racoon\" -g -O2 -Wall -Werror -Wno-unused -DEAYDEBUG -o crypto_openssl_test.o -c ./crypto_openssl.c
> ./crypto_openssl.c: In function `eay_sha2_512_one':
> ./crypto_openssl.c:2134: warning: implicit declaration of function `EVP_sha512'
EVP_sha512 is missing on Owl-3.0. IIRC, It was introduced in openssl
0.9.8. It should be buildable on Owl-current (it contains openssl 1.0.0).
Unlikely, but (maybe) possible - if it is not a core functional of IPSec
then try to disable it by some configure option, leaving only crypto
algos that are part of openssl 0.9.7.
Thanks,
--
Vasiliy
Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.