[Pkg-privacy-commits] [libotr] 41/225: One more size_t

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:44:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository libotr.

commit 001c16609062920a2b6fbcc64f61c78902fb00d0
Author: cypherpunk <cypherpunk>
Date:   Thu Jul 26 16:53:05 2007 +0000

    One more size_t
---
 src/sm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sm.c b/src/sm.c
index 84b9bab..a51887a 100644
--- a/src/sm.c
+++ b/src/sm.c
@@ -248,7 +248,7 @@ static gcry_error_t otrl_sm_hash(gcry_mpi_t* hash, int version,
     unsigned char output[SM_DIGEST_SIZE];
     size_t sizea;
     size_t sizeb;
-    unsigned int totalsize;
+    size_t totalsize;
     unsigned char* dataa;
     unsigned char* datab;
     

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git



More information about the Pkg-privacy-commits mailing list