Fix compile warning message.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4852 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
dengert 2010-11-01 15:44:17 +00:00
parent 8af1b60afd
commit 641ea4eddd
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ static int gen_key(const char * key_info)
u8 buf[2];
size_t buflen = 2;
sc_cardctl_piv_genkey_info_t
keydata = {0, 0, 0, 0, NULL, 0, NULL, 0, NULL, 0};
keydata = {0, 0, 0, 0, NULL, 0};
unsigned long expl;
u8 expc[4];