=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/digest.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/ssh/digest.h 2014/06/24 01:13:21 1.5 +++ src/usr.bin/ssh/digest.h 2014/07/03 04:36:45 1.6 @@ -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 * @@ -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 */