From e91177528644d7ab4206592aac5a07f85a3ceec2 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Jul 2023 10:35:14 +0000 Subject: 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 --- 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 a174cc1b20..7263b9845a 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.148 2023/07/28 10:17:21 tb Exp $ +# $OpenBSD: Makefile,v 1.149 2023/07/28 10:35:14 tb Exp $ LIB= crypto LIBREBUILD=y @@ -75,7 +75,6 @@ SRCS+= aes_cfb.c SRCS+= aes_ctr.c SRCS+= aes_ecb.c SRCS+= aes_ige.c -SRCS+= aes_misc.c SRCS+= aes_ofb.c SRCS+= aes_wrap.c -- cgit v1.2.3-55-g6feb