sync inclusion of <stdlib.h> from libcrypto
authortb <tb@openbsd.org>
Sat, 25 May 2024 15:14:26 +0000 (15:14 +0000)
committertb <tb@openbsd.org>
Sat, 25 May 2024 15:14:26 +0000 (15:14 +0000)
lib/libssl/bs_ber.c
lib/libssl/bs_cbb.c
lib/libssl/bs_cbs.c

index 5cace24..ea9fb25 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: bs_ber.c,v 1.11 2021/05/16 10:58:27 jsing Exp $       */
+/*     $OpenBSD: bs_ber.c,v 1.12 2024/05/25 15:14:26 tb Exp $  */
 /*
  * Copyright (c) 2014, Google Inc.
  *
@@ -15,6 +15,7 @@
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <stdint.h>
 #include <string.h>
 
 #include "bytestring.h"
index e2f87be..059f9ab 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: bs_cbb.c,v 1.28 2022/07/07 17:12:15 tb Exp $  */
+/*     $OpenBSD: bs_cbb.c,v 1.29 2024/05/25 15:14:26 tb Exp $  */
 /*
  * Copyright (c) 2014, Google Inc.
  *
@@ -15,6 +15,7 @@
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
 
index 63c078c..76e3bd2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: bs_cbs.c,v 1.24 2021/12/15 17:36:49 jsing Exp $       */
+/*     $OpenBSD: bs_cbs.c,v 1.25 2024/05/25 15:14:26 tb Exp $  */
 /*
  * Copyright (c) 2014, Google Inc.
  *
@@ -15,6 +15,7 @@
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <stdint.h>
 #include <stdlib.h>
 #include <string.h>