From: Richard Levitte Date: Thu, 24 Feb 2000 14:00:05 +0000 (+0000) Subject: Remove structures that are no longer used. X-Git-Tag: OpenSSL_0_9_5beta2~89 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=29a5374fb6afe1c1fd4e742f854ea475ab503c67;ds=sidebyside Remove structures that are no longer used. --- diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index 322685dd45..9b02b6a343 100644 --- a/ssl/ssl_lib.c +++ b/ssl/ssl_lib.c @@ -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;