Avoid warnings: add missing prototype, don't shadow.

This commit is contained in:
Dr. Stephen Henson
2003-10-10 23:07:24 +00:00
parent 83eb412da8
commit a08ced78c8
3 changed files with 5 additions and 4 deletions

View File

@@ -1201,6 +1201,7 @@ const char * SSL_CIPHER_get_name(SSL_CIPHER *c);
const COMP_METHOD *SSL_get_current_compression(SSL *s);
const COMP_METHOD *SSL_get_current_expansion(SSL *s);
const char *SSL_COMP_get_name(const COMP_METHOD *comp);
STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void);
int SSL_get_fd(SSL *s);
int SSL_get_rfd(SSL *s);