diff options
author | tb <> | 2023-11-22 15:55:28 +0000 |
---|---|---|
committer | tb <> | 2023-11-22 15:55:28 +0000 |
commit | 1223d6e99cfc5b8125d408f446fb90532e14d92c (patch) | |
tree | 3cf44a2185e60512e620a5c42f3e8e2753fef9fc /src/lib/libssl/Makefile | |
parent | 1583f08c4441aba39b088e4c57878f02431b5798 (diff) | |
download | openbsd-1223d6e99cfc5b8125d408f446fb90532e14d92c.tar.gz openbsd-1223d6e99cfc5b8125d408f446fb90532e14d92c.tar.bz2 openbsd-1223d6e99cfc5b8125d408f446fb90532e14d92c.zip |
Unhook and remove the now even more useless ssl_algs.c than it was before.
ok jsing
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r-- | src/lib/libssl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 9783885cd7..38e5ba30e0 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.80 2023/07/06 07:56:32 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.81 2023/11/22 15:55:28 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | .ifndef NOMAN | 4 | .ifndef NOMAN |
@@ -44,7 +44,6 @@ SRCS= \ | |||
44 | pqueue.c \ | 44 | pqueue.c \ |
45 | s3_cbc.c \ | 45 | s3_cbc.c \ |
46 | s3_lib.c \ | 46 | s3_lib.c \ |
47 | ssl_algs.c \ | ||
48 | ssl_asn1.c \ | 47 | ssl_asn1.c \ |
49 | ssl_both.c \ | 48 | ssl_both.c \ |
50 | ssl_cert.c \ | 49 | ssl_cert.c \ |