components/openssl: add debug message and change verifying mode

This commit is contained in:
Dong Heng
2016-09-27 10:06:24 +08:00
parent cf4aaf6397
commit 3882937427
9 changed files with 51 additions and 29 deletions

View File

@@ -15,6 +15,8 @@
#ifndef _SSL_METHODS_H_
#define _SSL_METHODS_H_
#include "ssl_types.h"
#ifdef __cplusplus
extern "C" {
#endif