summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbcook <>2015-09-17 09:51:40 +0000
committerbcook <>2015-09-17 09:51:40 +0000
commitfee5ec7818d8691c4f1287200b4e71054f197032 (patch)
treebaf9fca09763349398876bfd6600f65f28d999fa
parentd173423f05e576a45952da39f3aa6916bc3325e9 (diff)
downloadopenbsd-fee5ec7818d8691c4f1287200b4e71054f197032.tar.gz
openbsd-fee5ec7818d8691c4f1287200b4e71054f197032.tar.bz2
openbsd-fee5ec7818d8691c4f1287200b4e71054f197032.zip
include stdint.h for uint64_t
noted by Bernard Spil
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/crypto.h3
-rw-r--r--src/lib/libssl/src/crypto/crypto.h3
2 files changed, 4 insertions, 2 deletions
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 @@
1/* $OpenBSD: crypto.h,v 1.39 2015/09/13 16:56:11 miod Exp $ */ 1/* $OpenBSD: crypto.h,v 1.40 2015/09/17 09:51:40 bcook Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -114,6 +114,7 @@
114 * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. 114 * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
115 */ 115 */
116 116
117#include <stdint.h>
117#include <stdio.h> 118#include <stdio.h>
118#include <stdlib.h> 119#include <stdlib.h>
119 120
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 @@
1/* $OpenBSD: crypto.h,v 1.39 2015/09/13 16:56:11 miod Exp $ */ 1/* $OpenBSD: crypto.h,v 1.40 2015/09/17 09:51:40 bcook Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -114,6 +114,7 @@
114 * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. 114 * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
115 */ 115 */
116 116
117#include <stdint.h>
117#include <stdio.h> 118#include <stdio.h>
118#include <stdlib.h> 119#include <stdlib.h>
119 120