diff options
| author | tb <> | 2023-04-25 17:54:10 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-25 17:54:10 +0000 |
| commit | 6a08d636beca95a31810925330735e180eec76be (patch) | |
| tree | 15d28be1ddeadfc87cb2db51f6a81fe0cdb48120 /src/lib/libcrypto/Makefile | |
| parent | c21d6e0b7e6ae815e6d53394e30671234a4f9864 (diff) | |
| download | openbsd-6a08d636beca95a31810925330735e180eec76be.tar.gz openbsd-6a08d636beca95a31810925330735e180eec76be.tar.bz2 openbsd-6a08d636beca95a31810925330735e180eec76be.zip | |
Remove CTS mode
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 a993755d24..057eb9cc54 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.111 2023/04/25 17:42:07 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.112 2023/04/25 17:54:10 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -513,7 +513,6 @@ SRCS+= cbc128.c | |||
| 513 | SRCS+= ccm128.c | 513 | SRCS+= ccm128.c |
| 514 | SRCS+= cfb128.c | 514 | SRCS+= cfb128.c |
| 515 | SRCS+= ctr128.c | 515 | SRCS+= ctr128.c |
| 516 | #SRCS+= cts128.c | ||
| 517 | SRCS+= gcm128.c | 516 | SRCS+= gcm128.c |
| 518 | SRCS+= ofb128.c | 517 | SRCS+= ofb128.c |
| 519 | SRCS+= xts128.c | 518 | SRCS+= xts128.c |
