nicer manpages
[openssl.git] / ssl / ssl_lib.c
index 3e52a8bce173236e09ba9e36c06ad3f490c91dcf..322685dd4589063f2e814180574e3f54c0e2f2ed 100644 (file)
@@ -89,11 +89,13 @@ union rsa_fn_to_char_u
        };
 #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)
        {