summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2013-01-31 14:14:25 +0000
committerDr. Stephen Henson <steve@openssl.org>2013-02-05 16:50:34 +0000
commit99f5093347c65eecbd05f0668aea94b32fcf20d7 (patch)
tree0d620001a93b12b03385d4c5c280c33732e876b6 /ssl
parentbe88529753897c29c677d1becb321f0072c0659c (diff)
The cbc functions shouldn't be inside #ifdef OPENSSL_NO_TLSEXT
Diffstat (limited to 'ssl')
-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 4136b2459f..2f923a5e65 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -1011,6 +1011,7 @@ int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len,
int maxlen);
int ssl_parse_clienthello_renegotiate_ext(SSL *s, unsigned char *d, int len,
int *al);
+#endif
/* s3_cbc.c */
void ssl3_cbc_copy_mac(unsigned char* out,
const SSL3_RECORD *rec,
@@ -1036,6 +1037,5 @@ void ssl3_cbc_digest_record(
unsigned mac_secret_length,
char is_sslv3);
-#endif
#endif