diff options
| author | tb <> | 2023-04-25 17:54:10 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-25 17:54:10 +0000 |
| commit | c6ff6e6d0b18990be9d85a02fdf3241622890d01 (patch) | |
| tree | 15d28be1ddeadfc87cb2db51f6a81fe0cdb48120 /src/lib/libcrypto/Makefile | |
| parent | ad8e5cf00f379430d2f0b02a2a3f2d39ad4093cb (diff) | |
| download | openbsd-c6ff6e6d0b18990be9d85a02fdf3241622890d01.tar.gz openbsd-c6ff6e6d0b18990be9d85a02fdf3241622890d01.tar.bz2 openbsd-c6ff6e6d0b18990be9d85a02fdf3241622890d01.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 |
