From 2574a043e255105d76586484862a0ebd0eba0eba Mon Sep 17 00:00:00 2001 From: op Date: Thu, 25 May 2023 11:37:58 +0000 Subject: [PATCH] remove two unused defines last PROC_COUNT use was removed with the switch to fork+exec by eric@ in 2016, CA_FILE with the removal of cert.c two years ago. ok tb@, kn@ --- usr.sbin/smtpd/smtpd.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index 125a6a5dfbe..65757e517fd 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.674 2022/02/18 16:57:36 millert Exp $ */ +/* $OpenBSD: smtpd.h,v 1.675 2023/05/25 11:37:58 op Exp $ */ /* * Copyright (c) 2008 Gilles Chehade @@ -45,9 +45,6 @@ #define CONF_FILE "/etc/mail/smtpd.conf" #define MAILNAME_FILE "/etc/mail/mailname" -#define CA_FILE "/etc/ssl/cert.pem" - -#define PROC_COUNT 7 #define MAX_HOPS_COUNT 100 #define DEFAULT_MAX_BODY_SIZE (35*1024*1024) -- 2.20.1