Skip to content

Commit

Permalink
- [email protected] 2014/07/03 04:36:45
Browse files Browse the repository at this point in the history
     [digest.h]
     forward-declare struct sshbuf so consumers don't need to include sshbuf.h
  • Loading branch information
djmdjm committed Jul 3, 2014
1 parent 4a1d3d5 commit e6a4077
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
When hashing or removing hosts using ssh-keygen, don't choke on
@revoked markers and don't remove @cert-authority markers;
bz#2241, reported by mlindgren AT runelind.net
- [email protected] 2014/07/03 04:36:45
[digest.h]
forward-declare struct sshbuf so consumers don't need to include sshbuf.h

20140702
- OpenBSD CVS Sync
Expand Down
3 changes: 2 additions & 1 deletion digest.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $OpenBSD: digest.h,v 1.5 2014/06/24 01:13:21 djm Exp $ */
/* $OpenBSD: digest.h,v 1.6 2014/07/03 04:36:45 djm Exp $ */
/*
* Copyright (c) 2013 Damien Miller <[email protected]>
*
Expand Down Expand Up @@ -30,6 +30,7 @@
#define SSH_DIGEST_SHA512 5
#define SSH_DIGEST_MAX 6

struct sshbuf;
struct ssh_digest_ctx;

/* Returns the algorithm's digest length in bytes or 0 for invalid algorithm */
Expand Down

0 comments on commit e6a4077

Please sign in to comment.