components/openssl: add base function version
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef _SSL_PKEY_H_
|
||||
#define _SSL_PKEY_H_
|
||||
|
||||
#include "ssl_types.h"
|
||||
|
||||
EVP_PKEY *d2i_PrivateKey(int type,
|
||||
EVP_PKEY **a,
|
||||
const unsigned char **pp,
|
||||
long length);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user