-OpenSSL Fixes

This commit is contained in:
Juan Linietsky
2014-05-01 09:53:37 -03:00
parent 5ab65f0ead
commit 4dc4e96c8a
132 changed files with 188 additions and 21391 deletions
+6 -1
View File
@@ -3,12 +3,17 @@
#ifdef OPENSSL_ENABLED
#include <stdio.h> // If you don't know what this is for stop reading now.
#include "io/stream_peer_ssl.h"
#include "globals.h"
#include "os/file_access.h"
#include "curl_hostcheck.h"
#include <openssl/bio.h> // BIO objects for I/O
#include <openssl/ssl.h> // SSL and SSL_CTX for SSL connections
#include <openssl/err.h> // Error reporting
#include <openssl/x509v3.h>
#include <stdio.h> // If you don't know what this is for stop reading now.
class StreamPeerOpenSSL : public StreamPeerSSL {
private: