summaryrefslogtreecommitdiff
path: root/digest.c
diff options
context:
space:
mode:
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 @@
1/* $OpenBSD: digest.c,v 1.1 2014/01/09 23:20:00 djm Exp $ */ 1/* $OpenBSD: digest.c,v 1.2 2014/01/17 05:26:41 dtucker Exp $ */
2/* 2/*
3 * Copyright (c) 2013 Damien Miller <djm@mindrot.org> 3 * Copyright (c) 2013 Damien Miller <djm@mindrot.org>
4 * 4 *
@@ -22,8 +22,6 @@
22#include <stdlib.h> 22#include <stdlib.h>
23#include <string.h> 23#include <string.h>
24 24
25#include <openssl/bn.h> /* for buffer.h */
26#include <openssl/ec.h> /* for buffer.h */
27#include <openssl/evp.h> 25#include <openssl/evp.h>
28 26
29#include "buffer.h" 27#include "buffer.h"