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:
57f39cc
)
Put back a variable deleted by the previous revision,
author
Bodo Möller
<bodo@openssl.org>
Sun, 1 Feb 2009 01:08:13 +0000
(
01:08
+0000)
committer
Bodo Möller
<bodo@openssl.org>
Sun, 1 Feb 2009 01:08:13 +0000
(
01:08
+0000)
but used in the code.
ssl/s2_pkt.c
patch
|
blob
|
history
diff --git
a/ssl/s2_pkt.c
b/ssl/s2_pkt.c
index 393cf1d6e43c8b3d431f6997a372a4bdc21877ab..93dcdc43dce70e618339d80b0ea153f4bad8f4de 100644
(file)
--- a/
ssl/s2_pkt.c
+++ b/
ssl/s2_pkt.c
@@
-515,7
+515,7
@@
static int write_pending(SSL *s, const unsigned char *buf, unsigned int len)
static int n_do_ssl_write(SSL *s, const unsigned char *buf, unsigned int len)
{
- unsigned int j,k,olen,size,bs;
+ unsigned int j,k,olen,
p,
size,bs;
int mac_size;
register unsigned char *pp;