Fix build error in WinRT export

This commit is contained in:
George Marques 2016-09-10 20:21:46 -03:00
parent 2a003d7b4e
commit e6ef92d217
No known key found for this signature in database
GPG key ID: 046BD46A3201E43D

View file

@ -84,16 +84,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <zlib.h>
#ifdef OPENSSL_ENABLED
#include <openssl/bio.h>
#include <openssl/asn1.h>
#include <openssl/pkcs7.h>
#include <openssl/pkcs12.h>
#include <openssl/err.h>
#include <openssl/asn1t.h>
#include <openssl/x509.h>
#include <openssl/ossl_typ.h>
// Capabilities
static const char* uwp_capabilities[] = {
"allJoyn",
@ -129,6 +119,16 @@ static const char* uwp_device_capabilites[] = {
NULL
};
#ifdef OPENSSL_ENABLED
#include <openssl/bio.h>
#include <openssl/asn1.h>
#include <openssl/pkcs7.h>
#include <openssl/pkcs12.h>
#include <openssl/err.h>
#include <openssl/asn1t.h>
#include <openssl/x509.h>
#include <openssl/ossl_typ.h>
namespace asn1 {
// https://msdn.microsoft.com/en-us/gg463180.aspx