aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authoreric <eric@openbsd.org>2012-08-07 21:47:57 +0000
committereric <eric@openbsd.org>2012-08-07 21:47:57 +0000
commitae7f0440f988f6ef57ebad14dc070454a60ff106 (patch)
treecc478472178c3d515e9d55e1dc3c50653a7fbce2 /smtpd
parentfix evpid parsing on 32bit archs (diff)
downloadOpenSMTPD-ae7f0440f988f6ef57ebad14dc070454a60ff106.tar.xz
OpenSMTPD-ae7f0440f988f6ef57ebad14dc070454a60ff106.zip
Implement a set of tree_* functions for storing arbitrary pointers in splay
trees with uint64_t keys. Also add x{m,c}alloc and xstrdup helpers. ok gilles@
Diffstat (limited to 'smtpd')
-rw-r--r--smtpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/smtpd/Makefile b/smtpd/Makefile
index ebaae6d8..3d946740 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.45 2012/07/14 09:05:58 eric Exp $
+# $OpenBSD: Makefile,v 1.46 2012/08/07 21:47:58 eric Exp $
.PATH: ${.CURDIR}/.. ${.CURDIR}/../../../lib/libc/asr
@@ -10,7 +10,7 @@ SRCS= aliases.c auth.c bounce.c config.c control.c \
mfa.c mfa_session.c mta.c mta_session.c parse.y \
queue.c queue_backend.c ruleset.c \
scheduler.c scheduler_backend.c smtp.c smtp_session.c \
- smtpd.c ssl.c ssl_privsep.c stats.c user.c util.c
+ smtpd.c ssl.c ssl_privsep.c stats.c tree.c user.c util.c
# backends
SRCS+= auth_bsd.c