diff options
| author | tb <> | 2023-07-28 10:35:14 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-28 10:35:14 +0000 |
| commit | e91177528644d7ab4206592aac5a07f85a3ceec2 (patch) | |
| tree | a224a2dfd6e61c26d9769cf16e0585806b712161 /src/lib/libcrypto/Makefile | |
| parent | b8d30e719ace66cc62ab262ddf8f89df4046d5e8 (diff) | |
| download | openbsd-e91177528644d7ab4206592aac5a07f85a3ceec2.tar.gz openbsd-e91177528644d7ab4206592aac5a07f85a3ceec2.tar.bz2 openbsd-e91177528644d7ab4206592aac5a07f85a3ceec2.zip | |
Remove various ${thing}_options
Various, ancient ciphers exposed some of their innards via an _options()
API. Apart from openssl version/speed, only some lua thingie in nmap ever
looked at these. Go figure.
hppa testing by miod, i386 testing by sthen. Thanks!
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index a174cc1b20..7263b9845a 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.148 2023/07/28 10:17:21 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.149 2023/07/28 10:35:14 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -75,7 +75,6 @@ SRCS+= aes_cfb.c | |||
| 75 | SRCS+= aes_ctr.c | 75 | SRCS+= aes_ctr.c |
| 76 | SRCS+= aes_ecb.c | 76 | SRCS+= aes_ecb.c |
| 77 | SRCS+= aes_ige.c | 77 | SRCS+= aes_ige.c |
| 78 | SRCS+= aes_misc.c | ||
| 79 | SRCS+= aes_ofb.c | 78 | SRCS+= aes_ofb.c |
| 80 | SRCS+= aes_wrap.c | 79 | SRCS+= aes_wrap.c |
| 81 | 80 | ||
