On Mon, May 23, 2011 at 17:06 +0400, Anatoly Pugachev wrote: > user_at_owl01:~/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
This archive was generated by hypermail 2.2.0 : Mon May 23 2011 - 06:14:34 PDT