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:
50acf46
)
Fix comment.
author
Ben Laurie
<ben@openssl.org>
Sun, 10 Jan 1999 19:41:33 +0000
(19:41 +0000)
committer
Ben Laurie
<ben@openssl.org>
Sun, 10 Jan 1999 19:41:33 +0000
(19:41 +0000)
ssl/s3_enc.c
patch
|
blob
|
history
diff --git
a/ssl/s3_enc.c
b/ssl/s3_enc.c
index ea8e39ef0662d9fd183828d2a5c61d4d2431efec..f498093ba024d9fe4784c57f67c1aca32d0cb458 100644
(file)
--- a/
ssl/s3_enc.c
+++ b/
ssl/s3_enc.c
@@
-208,7
+208,7
@@
int which;
p=s->s3->tmp.key_block;
i=EVP_MD_size(m);
- /
/ Should be j=exp?min(5,EVP_CIPHER_key_length(c)):EVP_CIPHER_key_length(c); ?? - Ben 30/12/98
+ /
* Should be j=exp?min(5,EVP_CIPHER_key_length(c)):EVP_CIPHER_key_length(c); ?? - Ben 30/12/98 */
j=(exp)?5:EVP_CIPHER_key_length(c);
k=EVP_CIPHER_iv_length(c);
if ( (which == SSL3_CHANGE_CIPHER_CLIENT_WRITE) ||