1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Move other lone thirdparty files to thirdparty/misc

Also move Box2D ConvexDecomposition contrib code to
thirdparty/b2d_convexdecomp.
This commit is contained in:
Rémi Verschelde
2017-04-28 19:28:21 +02:00
parent c5f830d6b9
commit d4029aa51a
27 changed files with 90 additions and 16 deletions

View File

@@ -30,17 +30,19 @@
#ifndef STREAM_PEER_OPEN_SSL_H
#define STREAM_PEER_OPEN_SSL_H
#include "curl_hostcheck.h"
#include "global_config.h"
#include "io/stream_peer_ssl.h"
#include "os/file_access.h"
#include <stdio.h> // If you don't know what this is for stop reading now.
#include "thirdparty/misc/curl_hostcheck.h"
#include <openssl/bio.h> // BIO objects for I/O
#include <openssl/err.h> // Error reporting
#include <openssl/ssl.h> // SSL and SSL_CTX for SSL connections
#include <openssl/x509v3.h>
#include <stdio.h>
class StreamPeerOpenSSL : public StreamPeerSSL {
private:
static int _bio_create(BIO *b);