convert a C++ comment in C comment

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3500 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2008-04-28 07:44:07 +00:00
parent 63b55ea0aa
commit 7201fc7ace

View File

@ -261,7 +261,7 @@ muscle_generate_key(sc_profile_t *profile, sc_card_t *card,
/* Public key acls... get_file_by_path as well? */
memset(&args, 0, sizeof(args));
args.keyType = 0x01; // RSA forced
args.keyType = 0x01; /* RSA forced */
args.privateKeyLocation = key_info->key_reference * 2;
args.publicKeyLocation = key_info->key_reference * 2 + 1;