diff options
author | bcook <> | 2015-09-17 09:51:40 +0000 |
---|---|---|
committer | bcook <> | 2015-09-17 09:51:40 +0000 |
commit | a675866ec22b2ad9b951602fa81238f7d2d87178 (patch) | |
tree | baf9fca09763349398876bfd6600f65f28d999fa /src/lib | |
parent | 7d97a2a3ba0dacc15d4af92b2c8d789d85915921 (diff) | |
download | openbsd-a675866ec22b2ad9b951602fa81238f7d2d87178.tar.gz openbsd-a675866ec22b2ad9b951602fa81238f7d2d87178.tar.bz2 openbsd-a675866ec22b2ad9b951602fa81238f7d2d87178.zip |
include stdint.h for uint64_t
noted by Bernard Spil
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/crypto.h | 3 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/crypto.h | 3 |
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 | ||