summaryrefslogtreecommitdiffstats
path: root/ssl/Makefile.in
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-02-08 16:44:26 +0000
committerMatt Caswell <matt@openssl.org>2016-02-09 15:11:38 +0000
commit7fa792d14d06cdaca18f225b1d2d8daf8ed24fd7 (patch)
tree468e165201a7d2077e8843548b5c3d025a8adfd9 /ssl/Makefile.in
parent7b9f8f7f03eda2faa1cdd42ed29a0b70e60eaf59 (diff)
Auto init/de-init libssl
Building on the pervious commit to auto initialise and de-initialise libssl Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'ssl/Makefile.in')
-rw-r--r--ssl/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/ssl/Makefile.in b/ssl/Makefile.in
index f9beee4c15..cf507ae3ae 100644
--- a/ssl/Makefile.in
+++ b/ssl/Makefile.in
@@ -23,9 +23,9 @@ LIBSRC= \
methods.c t1_lib.c t1_enc.c t1_ext.c \
d1_lib.c record/rec_layer_d1.c d1_msg.c \
statem/statem_dtls.c d1_srtp.c \
- ssl_lib.c ssl_err2.c ssl_cert.c ssl_sess.c \
+ ssl_lib.c ssl_cert.c ssl_sess.c \
ssl_ciph.c ssl_stat.c ssl_rsa.c \
- ssl_asn1.c ssl_txt.c ssl_algs.c ssl_init.c ssl_conf.c ssl_mcnf.c \
+ ssl_asn1.c ssl_txt.c ssl_init.c ssl_conf.c ssl_mcnf.c \
bio_ssl.c ssl_err.c t1_reneg.c tls_srp.c t1_trce.c ssl_utst.c \
record/ssl3_buffer.c record/ssl3_record.c record/dtls1_bitmap.c \
statem/statem.c
@@ -36,9 +36,9 @@ LIBOBJ= \
methods.o t1_lib.o t1_enc.o t1_ext.o \
d1_lib.o record/rec_layer_d1.o d1_msg.o \
statem/statem_dtls.o d1_srtp.o\
- ssl_lib.o ssl_err2.o ssl_cert.o ssl_sess.o \
+ ssl_lib.o ssl_cert.o ssl_sess.o \
ssl_ciph.o ssl_stat.o ssl_rsa.o \
- ssl_asn1.o ssl_txt.o ssl_algs.o ssl_init.o ssl_conf.o ssl_mcnf.o \
+ ssl_asn1.o ssl_txt.o ssl_init.o ssl_conf.o ssl_mcnf.o \
bio_ssl.o ssl_err.o t1_reneg.o tls_srp.o t1_trce.o ssl_utst.o \
record/ssl3_buffer.o record/ssl3_record.o record/dtls1_bitmap.o \
statem/statem.o