artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a73890b
)
Include stdint.h since we use uint*_t types.
author
jsing
<jsing@openbsd.org>
Thu, 28 Mar 2024 08:36:13 +0000
(08:36 +0000)
committer
jsing
<jsing@openbsd.org>
Thu, 28 Mar 2024 08:36:13 +0000
(08:36 +0000)
lib/libcrypto/crypto_internal.h
patch
|
blob
|
history
diff --git
a/lib/libcrypto/crypto_internal.h
b/lib/libcrypto/crypto_internal.h
index
5e21535
..
924cf6d
100644
(file)
--- a/
lib/libcrypto/crypto_internal.h
+++ b/
lib/libcrypto/crypto_internal.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: crypto_internal.h,v 1.
8 2024/03/26 04:11:42
jsing Exp $ */
+/* $OpenBSD: crypto_internal.h,v 1.
9 2024/03/28 08:36:13
jsing Exp $ */
/*
* Copyright (c) 2023 Joel Sing <jsing@openbsd.org>
*
@@
-17,6
+17,7
@@
#include <endian.h>
#include <stddef.h>
+#include <stdint.h>
#include <string.h>
#ifndef HEADER_CRYPTO_INTERNAL_H