typo: remove double semicolon which prevents compilation with Visual Studio.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4888 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2010-11-29 08:51:25 +00:00
parent c4a9ab6732
commit acb54b965f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ static int parse_x509_cert(sc_context_t *ctx, const u8 *buf, size_t buflen, stru
{
int r;
struct sc_algorithm_id sig_alg;
struct sc_pkcs15_pubkey * pubkey = NULL;;
struct sc_pkcs15_pubkey * pubkey = NULL;
u8 *serial = NULL;
size_t serial_len = 0;
struct sc_asn1_entry asn1_version[] = {