From dc949edef67f911f8a33c725a2a7656e5f4d223c Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 17 Sep 2015 09:51:41 +0000 Subject: include stdint.h for uint64_t noted by Bernard Spil --- lib/libssl/src/crypto/crypto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libssl/src/crypto/crypto.h b/lib/libssl/src/crypto/crypto.h index f9dde6e98eb..c1ee78fb2fd 100644 --- a/lib/libssl/src/crypto/crypto.h +++ b/lib/libssl/src/crypto/crypto.h @@ -1,4 +1,4 @@ -/* $OpenBSD: crypto.h,v 1.39 2015/09/13 16:56:11 miod Exp $ */ +/* $OpenBSD: crypto.h,v 1.40 2015/09/17 09:51:40 bcook Exp $ */ /* ==================================================================== * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. * @@ -114,6 +114,7 @@ * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. */ +#include #include #include -- cgit v1.2.3