]> git.ipfire.org Git - thirdparty/openssl.git/blame - ssl/build.info
Use allow_early_data_cb from SSL instead of SSL_CTX
[thirdparty/openssl.git] / ssl / build.info
CommitLineData
777a2882 1LIBS=../libssl
0d345f0e
MC
2#TODO: For now we just include the libcrypto packet.c in libssl as well. We
3# could either continue to do it like this, or export all the WPACKET
4# symbols so that libssl can use them like any other. Probably would do
5# this privately so it does not become part of the public API.
777a2882 6SOURCE[../libssl]=\
0d345f0e 7 pqueue.c ../crypto/packet.c \
777a2882 8 statem/statem_srvr.c statem/statem_clnt.c s3_lib.c s3_enc.c record/rec_layer_s3.c \
25670f3e 9 statem/statem_lib.c statem/extensions.c statem/extensions_srvr.c \
b443c845
MC
10 statem/extensions_clnt.c statem/extensions_cust.c s3_cbc.c s3_msg.c \
11 methods.c t1_lib.c t1_enc.c tls13_enc.c \
777a2882
RL
12 d1_lib.c record/rec_layer_d1.c d1_msg.c \
13 statem/statem_dtls.c d1_srtp.c \
5c858c59 14 ssl_lib.c ssl_cert.c ssl_sess.c \
777a2882 15 ssl_ciph.c ssl_stat.c ssl_rsa.c \
5c858c59 16 ssl_asn1.c ssl_txt.c ssl_init.c ssl_conf.c ssl_mcnf.c \
6dd083fd 17 bio_ssl.c ssl_err.c tls_srp.c t1_trce.c ssl_utst.c \
777a2882 18 record/ssl3_buffer.c record/ssl3_record.c record/dtls1_bitmap.c \
bebc0c7d 19 statem/statem.c record/ssl3_record_tls13.c