summaryrefslogtreecommitdiffstats
path: root/digest.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-01-17 06:30:49 +0100
committerDarren Tucker <dtucker@zip.com.au>2014-01-17 06:30:49 +0100
commita9d186a8b50d18869a10e9203abf71c83ddb1f79 (patch)
tree4939a5dec179ff210fa0531090d30401c45d1575 /digest.c
parent - djm@cvs.openbsd.org 2014/01/17 00:21:06 (diff)
downloadopenssh-a9d186a8b50d18869a10e9203abf71c83ddb1f79.tar.xz
openssh-a9d186a8b50d18869a10e9203abf71c83ddb1f79.zip
- dtucker@cvs.openbsd.org 2014/01/17 05:26:41
[digest.c] remove unused includes. ok djm@
Diffstat (limited to 'digest.c')
-rw-r--r--digest.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/digest.c b/digest.c
index 59a8ffe0d..7d7f73579 100644
--- a/digest.c
+++ b/digest.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: digest.c,v 1.1 2014/01/09 23:20:00 djm Exp $ */
+/* $OpenBSD: digest.c,v 1.2 2014/01/17 05:26:41 dtucker Exp $ */
/*
* Copyright (c) 2013 Damien Miller <djm@mindrot.org>
*
@@ -22,8 +22,6 @@
#include <stdlib.h>
#include <string.h>
-#include <openssl/bn.h> /* for buffer.h */
-#include <openssl/ec.h> /* for buffer.h */
#include <openssl/evp.h>
#include "buffer.h"