summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-08-12 18:56:14 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-08-12 18:56:14 +0000
commit367eb1f125063b9e76b6eaaacd85705023d435b4 (patch)
tree40a59b5e201e9d62318be898fac42afaf3ef9da4 /ssl/ssl_locl.h
parent3444961787a7205822f7326ae1e062391c8f0bcb (diff)
Fix warning and make no-tlsext work.
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index c958f4a32b..e6990dc2a1 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -989,7 +989,7 @@ int ssl_check_clienthello_tlsext(SSL *s);
int ssl_check_serverhello_tlsext(SSL *s);
int tls1_process_ticket(SSL *s, unsigned char *session_id, int len,
const unsigned char *limit, SSL_SESSION **ret);
+#endif
EVP_MD_CTX* ssl_replace_hash(EVP_MD_CTX **hash,const EVP_MD *md) ;
void ssl_clear_hash_ctx(EVP_MD_CTX **hash);
#endif
-#endif