From a675866ec22b2ad9b951602fa81238f7d2d87178 Mon Sep 17 00:00:00 2001 From: bcook <> Date: Thu, 17 Sep 2015 09:51:40 +0000 Subject: include stdint.h for uint64_t noted by Bernard Spil --- src/lib/libcrypto/crypto.h | 3 ++- src/lib/libssl/src/crypto/crypto.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h index f9dde6e98e..c1ee78fb2f 100644 --- a/src/lib/libcrypto/crypto.h +++ b/src/lib/libcrypto/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 diff --git a/src/lib/libssl/src/crypto/crypto.h b/src/lib/libssl/src/crypto/crypto.h index f9dde6e98e..c1ee78fb2f 100644 --- a/src/lib/libssl/src/crypto/crypto.h +++ b/src/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-55-g6feb