Make the PACKET/WPACKET code available to both libcrypto and libssl
[openssl.git] / ssl / build.info
1 LIBS=../libssl
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.
6 SOURCE[../libssl]=\
7         pqueue.c ../crypto/packet.c \
8         statem/statem_srvr.c statem/statem_clnt.c  s3_lib.c  s3_enc.c record/rec_layer_s3.c \
9         statem/statem_lib.c statem/extensions.c statem/extensions_srvr.c \
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 \
12         d1_lib.c  record/rec_layer_d1.c d1_msg.c \
13         statem/statem_dtls.c d1_srtp.c \
14         ssl_lib.c ssl_cert.c ssl_sess.c \
15         ssl_ciph.c ssl_stat.c ssl_rsa.c \
16         ssl_asn1.c ssl_txt.c ssl_init.c ssl_conf.c  ssl_mcnf.c \
17         bio_ssl.c ssl_err.c tls_srp.c t1_trce.c ssl_utst.c \
18         record/ssl3_buffer.c record/ssl3_record.c record/dtls1_bitmap.c \
19         statem/statem.c record/ssl3_record_tls13.c