diff options
Diffstat (limited to 'WWW/Library/Implementation/HTTP.h')
-rw-r--r-- | WWW/Library/Implementation/HTTP.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTTP.h b/WWW/Library/Implementation/HTTP.h index cd6925f2..b8212a98 100644 --- a/WWW/Library/Implementation/HTTP.h +++ b/WWW/Library/Implementation/HTTP.h @@ -24,6 +24,10 @@ extern char * redirecting_url; extern BOOL permanent_redirection; extern BOOL redirect_post_content; +#ifdef USE_SSL +extern SSL * SSL_handle; +#endif + #endif /* HTTP_H */ /* |