gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 201/256: openssl: add missing includes


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 201/256: openssl: add missing includes
Date: Fri, 06 Oct 2017 19:44:52 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 843200c5b9b5de41e5acefce593f1229970f18ef
Author: David Benjamin <address@hidden>
AuthorDate: Fri Sep 15 18:36:40 2017 -0400

    openssl: add missing includes
    
    lib/vtls/openssl.c uses OpenSSL APIs from BUF_MEM and BIO APIs. Include
    their headers directly rather than relying on other OpenSSL headers
    including things.
    
    Closes https://github.com/curl/curl/pull/1891
---
 lib/vtls/openssl.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c
index 2933584b3..786f6c09a 100644
--- a/lib/vtls/openssl.c
+++ b/lib/vtls/openssl.c
@@ -66,6 +66,8 @@
 #include <openssl/conf.h>
 #include <openssl/bn.h>
 #include <openssl/rsa.h>
+#include <openssl/bio.h>
+#include <openssl/buffer.h>
 
 #ifdef HAVE_OPENSSL_PKCS12_H
 #include <openssl/pkcs12.h>

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]