diff options
author | Omar Polo <op@cvs.openbsd.org> | 2023-05-25 11:37:59 +0000 |
---|---|---|
committer | Omar Polo <op@cvs.openbsd.org> | 2023-05-25 11:37:59 +0000 |
commit | 4355a9709fb23c431893eceb7741ecbd7e1f756b (patch) | |
tree | 59048bc284e3b0325cc7ad82829c1f9423a0cb16 /usr.sbin/smtpd | |
parent | b42a1c7e45e6da4e261854d11d2c77abfe3d9383 (diff) |
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@
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 5 |
1 files changed, 1 insertions, 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 <gilles@poolp.org> @@ -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) |