projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be88529
)
The cbc functions shouldn't be inside #ifdef OPENSSL_NO_TLSEXT
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 31 Jan 2013 14:14:25 +0000
(14:14 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 5 Feb 2013 16:50:34 +0000
(16:50 +0000)
ssl/ssl_locl.h
patch
|
blob
|
history
diff --git
a/ssl/ssl_locl.h
b/ssl/ssl_locl.h
index 4136b2459f9ea63ce3707d6715f01b5be176e139..2f923a5e65fb6566b676ca5fdcec98fc04170f39 100644
(file)
--- 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