BoringSSL build issue
apexlir
nginx-forum at nginx.us
Sun Feb 15 01:48:27 UTC 2015
Hello,
I get the following error when I try to build nginx 1.7.10 against boringssl
latest revision :
cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I
/usr/local/boringssl/include -I/usr/include -I src/core -I src/event -I
src/event/modules -I src/os/unix -I objs \
-o objs/src/event/ngx_event_openssl.o \
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl.c: In function ‘ngx_ssl_connection_error’:
src/event/ngx_event_openssl.c:1896:21: error:
‘SSL_R_BLOCK_CIPHER_PAD_IS_WRONG’ undeclared (first use in this function)
src/event/ngx_event_openssl.c:1896:21: note: each undeclared identifier is
reported only once for each function it appears in
I've fixed the build by removing l:1896 from ngx_event_openssl.c but I
don't know if it's recommended ...
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,256690,256690#msg-256690
More information about the nginx
mailing list