Remove unimplemented functions.
This commit is contained in:
parent
995d08d104
commit
5af09776ce
@ -2108,11 +2108,6 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
|
|||||||
#define SSL_get0_ec_point_formats(s, plst) \
|
#define SSL_get0_ec_point_formats(s, plst) \
|
||||||
SSL_ctrl(s,SSL_CTRL_GET_EC_POINT_FORMATS,0,(char *)plst)
|
SSL_ctrl(s,SSL_CTRL_GET_EC_POINT_FORMATS,0,(char *)plst)
|
||||||
|
|
||||||
#define SSL_set_tlsa_record(s,tlsa) \
|
|
||||||
SSL_ctrl(s,SSL_CTRL_SET_TLSA_RECORD,0,(void *)tlsa)
|
|
||||||
#define SSL_pull_tlsa_record(s,host,port) \
|
|
||||||
SSL_ctrl(s,SSL_CTRL_PULL_TLSA_RECORD,port,host)
|
|
||||||
|
|
||||||
#ifndef OPENSSL_NO_BIO
|
#ifndef OPENSSL_NO_BIO
|
||||||
BIO_METHOD *BIO_f_ssl(void);
|
BIO_METHOD *BIO_f_ssl(void);
|
||||||
BIO *BIO_new_ssl(SSL_CTX *ctx,int client);
|
BIO *BIO_new_ssl(SSL_CTX *ctx,int client);
|
||||||
@ -2560,8 +2555,6 @@ void SSL_trace(int write_p, int version, int content_type,
|
|||||||
const char *SSL_CIPHER_standard_name(const SSL_CIPHER *c);
|
const char *SSL_CIPHER_standard_name(const SSL_CIPHER *c);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
unsigned char *SSL_get_tlsa_record_byname(const char *name,int port,int type);
|
|
||||||
|
|
||||||
/* BEGIN ERROR CODES */
|
/* BEGIN ERROR CODES */
|
||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user