summaryrefslogtreecommitdiffstats
path: root/lib/libssl/Makefile
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2017-01-26 09:16:01 +0000
committerjsing <jsing@openbsd.org>2017-01-26 09:16:01 +0000
commitee426d13f921036b32c78826daf81cc9b127b538 (patch)
tree7012c339d43092ecdf4250d1200617bc8e4e6044 /lib/libssl/Makefile
parentSelect the routing domain to be used for kill states by host or by (diff)
downloadwireguard-openbsd-ee426d13f921036b32c78826daf81cc9b127b538.tar.xz
wireguard-openbsd-ee426d13f921036b32c78826daf81cc9b127b538.zip
Merge the single two line function from ssl_err2.c into ssl_err.c.
ok beck@
Diffstat (limited to 'lib/libssl/Makefile')
-rw-r--r--lib/libssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/Makefile b/lib/libssl/Makefile
index e80863719b7..1fa49e86dff 100644
--- a/lib/libssl/Makefile
+++ b/lib/libssl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.30 2017/01/26 06:01:44 jsing Exp $
+# $OpenBSD: Makefile,v 1.31 2017/01/26 09:16:01 jsing Exp $
.include <bsd.own.mk>
.ifndef NOMAN
@@ -28,7 +28,7 @@ SRCS= \
t1_meth.c t1_srvr.c t1_clnt.c t1_lib.c t1_enc.c \
d1_meth.c d1_srvr.c d1_clnt.c d1_lib.c d1_pkt.c \
d1_both.c d1_enc.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 \
bio_ssl.c ssl_err.c t1_reneg.c \