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:
b478e91
)
signed/unsigned mismatch (VC++)
author
Ulf Möller
<ulf@openssl.org>
Fri, 25 Feb 2000 14:03:21 +0000
(14:03 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Fri, 25 Feb 2000 14:03:21 +0000
(14:03 +0000)
Submitted by: Peter 'Luna' Runestig" <peter+openssl-users@runestig.com>
ssl/s3_pkt.c
patch
|
blob
|
history
diff --git
a/ssl/s3_pkt.c
b/ssl/s3_pkt.c
index 97501dcac8e169be652d6b4d67afd2979f85e2f8..9d93d6910c3b100fc839e6e378454b6e1d9b8ab7 100644
(file)
--- a/
ssl/s3_pkt.c
+++ b/
ssl/s3_pkt.c
@@
-846,7
+846,7
@@
start:
if (dest_maxlen > 0)
{
n = dest_maxlen - *dest_len; /* available space in 'dest' */
- if (rr->length < n)
+ if (rr->length <
(unsigned int)
n)
n = rr->length; /* available bytes */
/* now move 'n' bytes: */