summaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-02-24 14:00:05 +0000
committerRichard Levitte <levitte@openssl.org>2000-02-24 14:00:05 +0000
commit29a5374fb6afe1c1fd4e742f854ea475ab503c67 (patch)
tree067ca26c298db9b71104e6c6f31979c5128a842d /ssl
parent4d524e10b4853436a1bfbc83822c5d0e87d64fbd (diff)
downloadopenssl-new-29a5374fb6afe1c1fd4e742f854ea475ab503c67.tar.gz
Remove structures that are no longer used.
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl_lib.c16
1 files changed, 0 insertions, 16 deletions
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;