summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/smtpd/parse.y4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/parse.y b/usr.sbin/smtpd/parse.y
index 45347f67336..51649d290ec 100644
--- a/usr.sbin/smtpd/parse.y
+++ b/usr.sbin/smtpd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.97 2012/09/01 16:09:14 gilles Exp $ */
+/* $OpenBSD: parse.y,v 1.98 2012/09/08 13:58:29 chl Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -50,8 +50,6 @@
#include <unistd.h>
#include <util.h>
-#include <openssl/evp.h>
-
#include "smtpd.h"
#include "log.h"