nicer manpages

This commit is contained in:
Ulf Möller
2000-02-24 11:55:57 +00:00
parent c6a33c6f61
commit 4d524e10b4
55 changed files with 102 additions and 85 deletions

View 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)
{