diff options
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 7d3b221db9..1100b99ce2 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.83 2024/07/09 09:39:14 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.84 2024/07/13 18:33:18 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | .ifndef NOMAN | 4 | .ifndef NOMAN |
@@ -89,7 +89,7 @@ SRCS= \ | |||
89 | tls_key_share.c \ | 89 | tls_key_share.c \ |
90 | tls_lib.c | 90 | tls_lib.c |
91 | 91 | ||
92 | HDRS= dtls1.h srtp.h ssl.h ssl2.h ssl23.h ssl3.h tls1.h | 92 | HDRS= dtls1.h srtp.h ssl.h ssl3.h tls1.h |
93 | 93 | ||
94 | .PATH: ${.CURDIR} | 94 | .PATH: ${.CURDIR} |
95 | 95 | ||