diff options
Diffstat (limited to 'src/lib/libtls/Makefile')
| -rw-r--r-- | src/lib/libtls/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libtls/Makefile b/src/lib/libtls/Makefile index 23a6ed1f2a..78ff99b585 100644 --- a/src/lib/libtls/Makefile +++ b/src/lib/libtls/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.36 2020/06/09 16:53:53 deraadt Exp $ | 1 | # $OpenBSD: Makefile,v 1.37 2022/01/25 21:51:24 eric Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | .ifndef NOMAN | 4 | .ifndef NOMAN |
| @@ -35,6 +35,7 @@ SRCS= tls.c \ | |||
| 35 | tls_keypair.c \ | 35 | tls_keypair.c \ |
| 36 | tls_peer.c \ | 36 | tls_peer.c \ |
| 37 | tls_server.c \ | 37 | tls_server.c \ |
| 38 | tls_signer.c \ | ||
| 38 | tls_util.c \ | 39 | tls_util.c \ |
| 39 | tls_ocsp.c \ | 40 | tls_ocsp.c \ |
| 40 | tls_verify.c | 41 | tls_verify.c |
