summaryrefslogtreecommitdiff
path: root/core/libressl/patch/0001-Add-missing-stdint.h-include-for-uint32_t.patch
diff options
context:
space:
mode:
Diffstat (limited to 'core/libressl/patch/0001-Add-missing-stdint.h-include-for-uint32_t.patch')
-rw-r--r--core/libressl/patch/0001-Add-missing-stdint.h-include-for-uint32_t.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/core/libressl/patch/0001-Add-missing-stdint.h-include-for-uint32_t.patch b/core/libressl/patch/0001-Add-missing-stdint.h-include-for-uint32_t.patch
deleted file mode 100644
index 1d261cca..00000000
--- a/core/libressl/patch/0001-Add-missing-stdint.h-include-for-uint32_t.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 001be92283e8911df6ba5aa2272e7f1c52701b61 Mon Sep 17 00:00:00 2001
-From: Michael Forney <mforney@mforney.org>
-Date: Sat, 23 Apr 2016 13:35:22 -0700
-Subject: [PATCH] Add missing stdint.h include for uint32_t
-
----
- src/lib/libssl/src/crypto/aes/aes_core.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/lib/libssl/src/crypto/aes/aes_core.c b/src/lib/libssl/src/crypto/aes/aes_core.c
-index d1b7a96..69aa4e5 100644
---- a/src/lib/libssl/src/crypto/aes/aes_core.c
-+++ b/src/lib/libssl/src/crypto/aes/aes_core.c
-@@ -34,6 +34,7 @@
- # endif
- #endif
-
-+#include <stdint.h>
- #include <stdlib.h>
- #include <openssl/aes.h>
- #include "aes_locl.h"
---
-2.8.0
-