diff options
| author | tb <> | 2023-11-22 15:55:28 +0000 |
|---|---|---|
| committer | tb <> | 2023-11-22 15:55:28 +0000 |
| commit | e48c697c099dba5cedf695d7fbd564b5fc740d59 (patch) | |
| tree | 3cf44a2185e60512e620a5c42f3e8e2753fef9fc /src/lib/libssl/Makefile | |
| parent | dd99b1c3f0090d0daa01069d6bee6a3f9f567970 (diff) | |
| download | openbsd-e48c697c099dba5cedf695d7fbd564b5fc740d59.tar.gz openbsd-e48c697c099dba5cedf695d7fbd564b5fc740d59.tar.bz2 openbsd-e48c697c099dba5cedf695d7fbd564b5fc740d59.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 \ |
