Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Created October 20, 2014 17:38
Show Gist options
  • Save hub-cap/e5c139ab80df3ccd0cc9 to your computer and use it in GitHub Desktop.
Save hub-cap/e5c139ab80df3ccd0cc9 to your computer and use it in GitHub Desktop.
CC(target) /root/cdbproxy-agent/out/Debug/obj.target/openssl/base/deps/luvit/deps/openssl/openssl/crypto/asn1/a_digest.o
In file included from ../base/deps/luvit/deps/openssl/openssl/ssl/ssl_locl.h:164:0,
from ../base/deps/luvit/deps/openssl/openssl/ssl/s3_srvr.c:155:
../base/deps/luvit/deps/openssl/openssl/ssl/s3_srvr.c: In function ‘ssl3_get_client_key_exchange’:
../base/deps/luvit/deps/openssl/openssl/ssl/s3_srvr.c:2802:47: error: ‘SSL_R_BAD_SRP_PARAMETERS’ undeclared (first use in this function)
SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,SSL_R_BAD_SRP_PARAMETERS);
^
../base/deps/luvit/deps/openssl/openssl/ssl/s3_srvr.c:2802:47: note: each undeclared identifier is reported only once for each function it appears in
CC(target) /root/cdbproxy-agent/out/Debug/obj.target/openssl/base/deps/luvit/deps/openssl/openssl/crypto/asn1/a_dup.o
CC(target) /root/cdbproxy-agent/out/Debug/obj.target/openssl/base/deps/luvit/deps/openssl/openssl/crypto/asn1/a_enum.o
make: *** [/root/cdbproxy-agent/out/Debug/obj.target/openssl/base/deps/luvit/deps/openssl/openssl/ssl/s3_srvr.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from ../base/deps/luvit/deps/openssl/openssl/ssl/ssl_locl.h:164:0,
from ../base/deps/luvit/deps/openssl/openssl/ssl/s3_clnt.c:152:
../base/deps/luvit/deps/openssl/openssl/ssl/s3_clnt.c: In function ‘ssl3_get_key_exchange’:
../base/deps/luvit/deps/openssl/openssl/ssl/s3_clnt.c:1474:39: error: ‘SSL_R_BAD_SRP_PARAMETERS’ undeclared (first use in this function)
SSLerr(SSL_F_SSL3_GET_KEY_EXCHANGE,SSL_R_BAD_SRP_PARAMETERS);
^
../base/deps/luvit/deps/openssl/openssl/ssl/s3_clnt.c:1474:39: note: each undeclared identifier is reported only once for each function it appears in
In file included from ../base/deps/luvit/deps/openssl/openssl/ssl/ssl_err.c:62:0:
../base/deps/luvit/deps/openssl/openssl/ssl/ssl_err.c:332:13: error: ‘SSL_R_BAD_SRP_PARAMETERS’ undeclared here (not in a function)
{ERR_REASON(SSL_R_BAD_SRP_PARAMETERS) ,"bad srp parameters"},
^
../base/deps/luvit/deps/openssl/openssl/ssl/ssl_err.c:332:2: note: in expansion of macro ‘ERR_REASON’
{ERR_REASON(SSL_R_BAD_SRP_PARAMETERS) ,"bad srp parameters"},
^
make: *** [/root/cdbproxy-agent/out/Debug/obj.target/openssl/base/deps/luvit/deps/openssl/openssl/ssl/ssl_err.o] Error 1
make: *** [/root/cdbproxy-agent/out/Debug/obj.target/openssl/base/deps/luvit/deps/openssl/openssl/ssl/s3_clnt.o] Error 1
../base/deps/luvit/deps/openssl/openssl/ssl/t1_lib.c: In function ‘ssl_add_clienthello_tlsext’:
../base/deps/luvit/deps/openssl/openssl/ssl/t1_lib.c:671:19: error: ‘SSL_OP_TLSEXT_PADDING’ undeclared (first use in this function)
if (s->options & SSL_OP_TLSEXT_PADDING)
^
../base/deps/luvit/deps/openssl/openssl/ssl/t1_lib.c:671:19: note: each undeclared identifier is reported only once for each function it appears in
In file included from ../base/deps/luvit/deps/openssl/openssl/ssl/t1_lib.c:118:0:
../base/deps/luvit/deps/openssl/openssl/ssl/t1_lib.c:688:8: error: ‘TLSEXT_TYPE_padding’ undeclared (first use in this function)
s2n(TLSEXT_TYPE_padding, ret);
^
../base/deps/luvit/deps/openssl/openssl/ssl/ssl_locl.h:251:43: note: in definition of macro ‘s2n’
#define s2n(s,c) ((c[0]=(unsigned char)(((s)>> 8)&0xff), \
^
../base/deps/luvit/deps/openssl/openssl/ssl/ssl_locl.h:251:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
#define s2n(s,c) ((c[0]=(unsigned char)(((s)>> 8)&0xff), \
^
../base/deps/luvit/deps/openssl/openssl/ssl/t1_lib.c:688:4: note: in expansion of macro ‘s2n’
s2n(TLSEXT_TYPE_padding, ret);
^
../base/deps/luvit/deps/openssl/openssl/ssl/ssl_locl.h:252:43: warning: left-hand operand of comma expression has no effect [-Wunused-value]
c[1]=(unsigned char)(((s) )&0xff)),c+=2)
^
../base/deps/luvit/deps/openssl/openssl/ssl/t1_lib.c:688:4: note: in expansion of macro ‘s2n’
s2n(TLSEXT_TYPE_padding, ret);
^
LINK(target) /root/cdbproxy-agent/out/Debug/minidump_dump: Finished
make: *** [/root/cdbproxy-agent/out/Debug/obj.target/openssl/base/deps/luvit/deps/openssl/openssl/ssl/t1_lib.o] Error 1
LINK(target) /root/cdbproxy-agent/out/Debug/dump_syms: Finished
LINK(target) /root/cdbproxy-agent/out/Debug/minidump_stackwalk: Finished
LINK(target) /root/cdbproxy-agent/out/Debug/symupload: Finished
LINK(target) /root/cdbproxy-agent/out/Debug/minilua: Finished
make: Leaving directory `/root/cdbproxy-agent/out'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment