summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2023-04-25 17:54:10 +0000
committertb <>2023-04-25 17:54:10 +0000
commit6a08d636beca95a31810925330735e180eec76be (patch)
tree15d28be1ddeadfc87cb2db51f6a81fe0cdb48120 /src/lib/libcrypto/Makefile
parentc21d6e0b7e6ae815e6d53394e30671234a4f9864 (diff)
downloadopenbsd-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/Makefile3
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
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -513,7 +513,6 @@ SRCS+= cbc128.c
513SRCS+= ccm128.c 513SRCS+= ccm128.c
514SRCS+= cfb128.c 514SRCS+= cfb128.c
515SRCS+= ctr128.c 515SRCS+= ctr128.c
516#SRCS+= cts128.c
517SRCS+= gcm128.c 516SRCS+= gcm128.c
518SRCS+= ofb128.c 517SRCS+= ofb128.c
519SRCS+= xts128.c 518SRCS+= xts128.c