]> err.no Git - yubikey-personalization.old/commit
ykchalresp.c: clang warnings about unsigned casts
authorClemens Lang <neverpanic@gmail.com>
Sat, 18 Feb 2012 16:48:52 +0000 (17:48 +0100)
committerClemens Lang <neverpanic@gmail.com>
Sat, 18 Feb 2012 16:48:52 +0000 (17:48 +0100)
commit5b0c172aa505138fe92089567a5940ef39481ad5
tree4ed27ded74af4bf4d34a318083ea314986e8696f
parent72c0f3a56392c339fa553918760da3753da94ea6
ykchalresp.c: clang warnings about unsigned casts

unsigned char * and char * are used alike where casts would be needed to
compile warning-free
ykchalresp.c