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:
eceef8f
)
Fix warning in ssl2_enc
author
Matt Caswell
<matt@openssl.org>
Thu, 27 Nov 2014 20:32:21 +0000
(20:32 +0000)
committer
Matt Caswell
<matt@openssl.org>
Thu, 27 Nov 2014 21:41:17 +0000
(21:41 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/s2_enc.c
patch
|
blob
|
history
diff --git
a/ssl/s2_enc.c
b/ssl/s2_enc.c
index 95d6eef6da8b7758815f4e513d5bcb8995e74218..329006a7c989e0126f8e59426cc0f91cc969f062 100644
(file)
--- a/
ssl/s2_enc.c
+++ b/
ssl/s2_enc.c
@@
-137,7
+137,7
@@
int ssl2_enc(SSL *s, int send)
}
/* check for NULL cipher */
- if (ds == NULL) return;
+ if (ds == NULL) return
1
;
bs=ds->cipher->block_size;