- dtucker@cvs.openbsd.org 2014/01/17 05:26:41
[digest.c] remove unused includes. ok djm@
This commit is contained in:
parent
5f1c57a7a7
commit
a9d186a8b5
|
@ -20,6 +20,9 @@
|
||||||
- djm@cvs.openbsd.org 2014/01/17 00:21:06
|
- djm@cvs.openbsd.org 2014/01/17 00:21:06
|
||||||
[sftp-client.c]
|
[sftp-client.c]
|
||||||
signed/unsigned comparison warning fix; from portable (Id sync only)
|
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
|
20140118
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
|
|
4
digest.c
4
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>
|
* Copyright (c) 2013 Damien Miller <djm@mindrot.org>
|
||||||
*
|
*
|
||||||
|
@ -22,8 +22,6 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <openssl/bn.h> /* for buffer.h */
|
|
||||||
#include <openssl/ec.h> /* for buffer.h */
|
|
||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
|
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
|
|
Loading…
Reference in New Issue