[digest.c]
     remove unused includes.  ok djm@
This commit is contained in:
Darren Tucker 2014-01-17 16:30:49 +11:00
parent 5f1c57a7a7
commit a9d186a8b5
2 changed files with 4 additions and 3 deletions

View File

@ -20,6 +20,9 @@
- djm@cvs.openbsd.org 2014/01/17 00:21:06
[sftp-client.c]
signed/unsigned comparison warning fix; from portable (Id sync only)
- dtucker@cvs.openbsd.org 2014/01/17 05:26:41
[digest.c]
remove unused includes. ok djm@
20140118
- (djm) OpenBSD CVS Sync

View File

@ -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"