Keep OpenSSL compat headers under nwssl
All checks were successful
Source release / source-package (push) Successful in 1m0s
All checks were successful
Source release / source-package (push) Successful in 1m0s
This commit is contained in:
committed by
Mario Fetka
parent
9662ae7126
commit
8420f90e67
@@ -1,5 +1,5 @@
|
||||
#ifndef MARS_MATRIXSSL_OPENSSL_BIO_H
|
||||
#define MARS_MATRIXSSL_OPENSSL_BIO_H
|
||||
#ifndef MARS_NWSSL_OPENSSL_BIO_H
|
||||
#define MARS_NWSSL_OPENSSL_BIO_H
|
||||
#include <openssl/ssl.h>
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
4
include/nwssl/openssl/err.h
Normal file
4
include/nwssl/openssl/err.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef MARS_NWSSL_OPENSSL_ERR_H
|
||||
#define MARS_NWSSL_OPENSSL_ERR_H
|
||||
#include <openssl/ssl.h>
|
||||
#endif
|
||||
4
include/nwssl/openssl/pem.h
Normal file
4
include/nwssl/openssl/pem.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef MARS_NWSSL_OPENSSL_PEM_H
|
||||
#define MARS_NWSSL_OPENSSL_PEM_H
|
||||
#include <openssl/bio.h>
|
||||
#endif
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef MARS_MATRIXSSL_OPENSSL_SSL_H
|
||||
#define MARS_MATRIXSSL_OPENSSL_SSL_H
|
||||
#ifndef MARS_NWSSL_OPENSSL_SSL_H
|
||||
#define MARS_NWSSL_OPENSSL_SSL_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stddef.h>
|
||||
4
include/nwssl/openssl/x509.h
Normal file
4
include/nwssl/openssl/x509.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef MARS_NWSSL_OPENSSL_X509_H
|
||||
#define MARS_NWSSL_OPENSSL_X509_H
|
||||
#include <openssl/ssl.h>
|
||||
#endif
|
||||
@@ -1,4 +0,0 @@
|
||||
#ifndef MARS_MATRIXSSL_OPENSSL_ERR_H
|
||||
#define MARS_MATRIXSSL_OPENSSL_ERR_H
|
||||
#include <openssl/ssl.h>
|
||||
#endif
|
||||
@@ -1,4 +0,0 @@
|
||||
#ifndef MARS_MATRIXSSL_OPENSSL_PEM_H
|
||||
#define MARS_MATRIXSSL_OPENSSL_PEM_H
|
||||
#include <openssl/bio.h>
|
||||
#endif
|
||||
@@ -1,4 +0,0 @@
|
||||
#ifndef MARS_MATRIXSSL_OPENSSL_X509_H
|
||||
#define MARS_MATRIXSSL_OPENSSL_X509_H
|
||||
#include <openssl/ssl.h>
|
||||
#endif
|
||||
Reference in New Issue
Block a user