Blame SOURCES/0011-Fix-implicit-declaration-of-function-PEM_read_bio_X5.patch

cebf48
From 657c9ab79a00a2003f7c02c535418896cacc410a Mon Sep 17 00:00:00 2001
cebf48
From: Rob Crittenden <rcritten@redhat.com>
cebf48
Date: Mon, 15 Nov 2021 09:58:40 -0500
cebf48
Subject: [PATCH] =?UTF-8?q?Fix=20implicit=20declaration=20of=20function=20?=
cebf48
 =?UTF-8?q?=E2=80=98PEM=5Fread=5Fbio=5FX509=E2=80=99?=
cebf48
MIME-Version: 1.0
cebf48
Content-Type: text/plain; charset=UTF-8
cebf48
Content-Transfer-Encoding: 8bit
cebf48
cebf48
Add an include for openssl/pem.h
cebf48
cebf48
Signed-off-by: Rob Crittenden <rcritten@redhat.com>
cebf48
---
cebf48
 src/submit-n.c | 1 +
cebf48
 1 file changed, 1 insertion(+)
cebf48
cebf48
diff --git a/src/submit-n.c b/src/submit-n.c
cebf48
index 3dcb820a..4f763a16 100644
cebf48
--- a/src/submit-n.c
cebf48
+++ b/src/submit-n.c
cebf48
@@ -33,6 +33,7 @@
cebf48
 #include <openssl/pkcs7.h>
cebf48
 #include <openssl/stack.h>
cebf48
 #include <openssl/x509.h>
cebf48
+#include <openssl/pem.h>
cebf48
 
cebf48
 #include <cert.h>
cebf48
 #include <certdb.h>
cebf48
-- 
cebf48
2.31.1
cebf48