]> andersk Git - openssh.git/blobdiff - md-sha256.c
- (dtucker) [roaming_client.c] Wrap inttypes.h in an ifdef.
[openssh.git] / md-sha256.c
index 8ea0ac4336f9cffd7952fdedc0307f9b639f7026..8c1b3b92da9b33b3d32bed4ff5d2739e7b4efe9b 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: md-sha256.c,v 1.5 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2005 Damien Miller <djm@openbsd.org>
  *
@@ -17,6 +18,8 @@
 /* EVP wrapper for SHA256 */
 
 #include "includes.h"
+
+#include <sys/types.h>
 #include <openssl/opensslv.h>
 
 #if !defined(HAVE_EVP_SHA256) && (OPENSSL_VERSION_NUMBER >= 0x00907000L)
This page took 0.045497 seconds and 4 git commands to generate.