summaryrefslogtreecommitdiffstats
path: root/ssl/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-11-16 19:12:24 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-11-16 19:12:24 +0000
commit3db935a9e5e62fcbde719b2a03ce8941bb13514a (patch)
tree7342527a5baf5f988b42a35b7731dd778bfb7381 /ssl/Makefile
parent63d103ea48ec588700b681ff420cdf9a2907554e (diff)
add SSL_CONF functions and documentation
Diffstat (limited to 'ssl/Makefile')
-rw-r--r--ssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/Makefile b/ssl/Makefile
index 4ae661fca0..393dc7eaf6 100644
--- a/ssl/Makefile
+++ b/ssl/Makefile
@@ -29,7 +29,7 @@ LIBSRC= \
d1_both.c d1_enc.c d1_srtp.c \
ssl_lib.c ssl_err2.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_asn1.c ssl_txt.c ssl_algs.c ssl_conf.c \
bio_ssl.c ssl_err.c kssl.c t1_reneg.c tls_srp.c t1_trce.c
LIBOBJ= \
s2_meth.o s2_srvr.o s2_clnt.o s2_lib.o s2_enc.o s2_pkt.o \
@@ -40,7 +40,7 @@ LIBOBJ= \
d1_both.o d1_enc.o d1_srtp.o\
ssl_lib.o ssl_err2.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_asn1.o ssl_txt.o ssl_algs.o ssl_conf.o \
bio_ssl.o ssl_err.o kssl.o t1_reneg.o tls_srp.o t1_trce.o
SRC= $(LIBSRC)