artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eaf7a6
)
remove unused includes. ok djm@
author
dtucker
<dtucker@openbsd.org>
Fri, 17 Jan 2014 05:26:41 +0000
(
05:26
+0000)
committer
dtucker
<dtucker@openbsd.org>
Fri, 17 Jan 2014 05:26:41 +0000
(
05:26
+0000)
usr.bin/ssh/digest.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/digest.c
b/usr.bin/ssh/digest.c
index
667d3d9
..
05cf56b
100644
(file)
--- a/
usr.bin/ssh/digest.c
+++ b/
usr.bin/ssh/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>
*
@@
-20,8
+20,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"