]> git.tuebingen.mpg.de Git - paraslash.git/commit
gcrypt: Fix format string in debug output.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 1 Jan 2015 17:57:50 +0000 (17:57 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 11 Jan 2015 15:11:38 +0000 (16:11 +0100)
commit4939f46c7b4c334356c6820a7b57d094ad20c40a
treeeb2d1d3a4f4466a086d69ed139c890ae7bcc7415
parent40afd4dc544c8405b5eabcc4222692d357ddf48e
gcrypt: Fix format string in debug output.

"len" is of type int, not unsigned.

Found by cppcheck.
gcrypt.c