nicer manpages
[openssl.git] / ssl / ssl_lib.c
index 5af71b55454abf6b6443252ec2cf6a0de4a44fcd..322685dd4589063f2e814180574e3f54c0e2f2ed 100644 (file)
@@ -81,17 +81,21 @@ 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)
        {