X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/b1f0c61269f2e5121405d51d9554777735c8f2bd..HEAD:/md-sha256.c diff --git a/md-sha256.c b/md-sha256.c index 064228a4..8c1b3b92 100644 --- a/md-sha256.c +++ b/md-sha256.c @@ -1,3 +1,4 @@ +/* $OpenBSD: md-sha256.c,v 1.5 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright (c) 2005 Damien Miller * @@ -17,6 +18,8 @@ /* EVP wrapper for SHA256 */ #include "includes.h" + +#include #include #if !defined(HAVE_EVP_SHA256) && (OPENSSL_VERSION_NUMBER >= 0x00907000L) @@ -31,8 +34,6 @@ # endif #endif -RCSID("$OpenBSD: md-sha256.c,v 1.1 2006/03/07 09:07:40 djm Exp $"); - const EVP_MD *evp_ssh_sha256(void); static int