From 6a08d636beca95a31810925330735e180eec76be Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 25 Apr 2023 17:54:10 +0000 Subject: Remove CTS mode ok jsing --- src/lib/libcrypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.111 2023/04/25 17:42:07 tb Exp $ +# $OpenBSD: Makefile,v 1.112 2023/04/25 17:54:10 tb Exp $ LIB= crypto LIBREBUILD=y @@ -513,7 +513,6 @@ SRCS+= cbc128.c SRCS+= ccm128.c SRCS+= cfb128.c SRCS+= ctr128.c -#SRCS+= cts128.c SRCS+= gcm128.c SRCS+= ofb128.c SRCS+= xts128.c -- cgit v1.2.3-55-g6feb