mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Remove structures that are no longer used.
This commit is contained in:
parent
4d524e10b4
commit
29a5374fb6
@ -81,22 +81,6 @@ OPENSSL_GLOBAL SSL3_ENC_METHOD ssl3_undef_enc_method={
|
||||
(int (*)(SSL *, EVP_MD_CTX *, EVP_MD_CTX *, const char*, int, unsigned char *))ssl_undefined_function
|
||||
};
|
||||
|
||||
#ifndef NO_RSA
|
||||
union rsa_fn_to_char_u
|
||||
{
|
||||
char *char_p;
|
||||
RSA *(*fn_p)(SSL *, int, int);
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifndef NO_DH
|
||||
union dh_fn_to_char_u
|
||||
{
|
||||
char *char_p;
|
||||
DH *(*fn_p)(SSL *, int, int);
|
||||
};
|
||||
#endif
|
||||
|
||||
int SSL_clear(SSL *s)
|
||||
{
|
||||
int state;
|
||||
|
Loading…
Reference in New Issue
Block a user