Skip to content

编译xquic是报错“implicit declaration of function ‘HMAC_CTX_new’”,当前openssl版本是1.0.2k-fips,需要升版本么? #108

Discussion options

You must be logged in to vote

版本升级后依旧有问题
In function ‘xqc_ssl_enable_max_early_data’:
/root/gits/xquic/src/tls/xqc_tls.c:71:1: error: unknown type name ‘SSL_QUIC_METHOD’
SSL_QUIC_METHOD xqc_ssl_quic_method;
^
/root/gits/xquic/src/tls/xqc_tls.c: In function ‘xqc_tls_init_server_ssl’:
/root/gits/xquic/src/tls/xqc_tls.c:249:5: error: implicit declaration of function ‘SSL_set_quic_early_data_context’ [-Werror=implicit-function-declaration]
SSL_set_quic_early_data_context(ssl, (const uint8_t *)XQC_EARLY_DATA_CONTEXT,
^
/root/gits/xquic/src/tls/xqc_tls.c: In function ‘xqc_tls_create_ssl’:
/root/gits/xquic/src/tls/xqc_tls.c:283:5: error: implicit declaration of function ‘SSL_set_quic_method’ [-Werror=implicit-function-declar…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@Kulsk
Comment options

@lhh-208
Comment options

Answer selected by lonely-wind-nomiss
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants