mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-16 04:22:22 +00:00
components/openssl: add more interface for application
This commit is contained in:
@@ -3,9 +3,4 @@
|
||||
|
||||
#include "ssl_types.h"
|
||||
|
||||
#define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
|
||||
#define SSL_want_read(s) (SSL_want(s) == SSL_READING)
|
||||
#define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
|
||||
#define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_WRITING)
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,4 +8,6 @@ EVP_PKEY *d2i_PrivateKey(int type,
|
||||
const unsigned char **pp,
|
||||
long length);
|
||||
|
||||
void EVP_PKEY_free(EVP_PKEY *x);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user