diff options
author | jsing <> | 2017-01-26 09:16:01 +0000 |
---|---|---|
committer | jsing <> | 2017-01-26 09:16:01 +0000 |
commit | a2e1efdba084d65702b419bc510c30a144eb5d7f (patch) | |
tree | 00943a6e9696cfc99849db4f702c78deee67e2ca /src/lib/libssl/Makefile | |
parent | fc4d35f62860a7daabfcbb2bd8d1f61ed368a0fc (diff) | |
download | openbsd-a2e1efdba084d65702b419bc510c30a144eb5d7f.tar.gz openbsd-a2e1efdba084d65702b419bc510c30a144eb5d7f.tar.bz2 openbsd-a2e1efdba084d65702b419bc510c30a144eb5d7f.zip |
Merge the single two line function from ssl_err2.c into ssl_err.c.
ok beck@
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r-- | src/lib/libssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index e80863719b..1fa49e86df 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.30 2017/01/26 06:01:44 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.31 2017/01/26 09:16:01 jsing Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | .ifndef NOMAN | 4 | .ifndef NOMAN |
@@ -28,7 +28,7 @@ SRCS= \ | |||
28 | t1_meth.c t1_srvr.c t1_clnt.c t1_lib.c t1_enc.c \ | 28 | t1_meth.c t1_srvr.c t1_clnt.c t1_lib.c t1_enc.c \ |
29 | d1_meth.c d1_srvr.c d1_clnt.c d1_lib.c d1_pkt.c \ | 29 | d1_meth.c d1_srvr.c d1_clnt.c d1_lib.c d1_pkt.c \ |
30 | d1_both.c d1_enc.c d1_srtp.c \ | 30 | d1_both.c d1_enc.c d1_srtp.c \ |
31 | ssl_lib.c ssl_err2.c ssl_cert.c ssl_sess.c \ | 31 | ssl_lib.c ssl_cert.c ssl_sess.c \ |
32 | ssl_ciph.c ssl_stat.c ssl_rsa.c \ | 32 | ssl_ciph.c ssl_stat.c ssl_rsa.c \ |
33 | ssl_asn1.c ssl_txt.c ssl_algs.c \ | 33 | ssl_asn1.c ssl_txt.c ssl_algs.c \ |
34 | bio_ssl.c ssl_err.c t1_reneg.c \ | 34 | bio_ssl.c ssl_err.c t1_reneg.c \ |