From 31683601b72b2a5980f5f5d968711f4a1fba7a52 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 2 Jan 2025 13:10:03 +0000 Subject: Merge s_apps.h into apps.h discussed with jsing --- src/usr.bin/openssl/openssl.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/usr.bin/openssl/openssl.c') diff --git a/src/usr.bin/openssl/openssl.c b/src/usr.bin/openssl/openssl.c index eaa5401ece..75a0e4d266 100644 --- a/src/usr.bin/openssl/openssl.c +++ b/src/usr.bin/openssl/openssl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: openssl.c,v 1.38 2025/01/02 12:31:44 tb Exp $ */ +/* $OpenBSD: openssl.c,v 1.39 2025/01/02 13:10:03 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -127,8 +127,6 @@ #include #include -#include "s_apps.h" - #define FUNC_TYPE_GENERAL 1 #define FUNC_TYPE_MD 2 #define FUNC_TYPE_CIPHER 3 -- cgit v1.2.3-55-g6feb