component/openssl: add openssl stack function and clear unused variate
1. add openssl 'new' and 'free' function
2. add clear unused variate to void warning to appear when compile
3. add internal function 'X509_new' to take the place of 'sk_X509_NAME_new_null' function whitch is openssl stack function
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
#ifndef _SSL_H_
|
||||
#define _SSL_H_
|
||||
|
||||
#include "ssl_port.h"
|
||||
#include "internal/ssl_types.h"
|
||||
#include "platform/ssl_port.h"
|
||||
#include "internal/ssl_x509.h"
|
||||
|
||||
/*
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user