Fix compiler warning by commenting dead code

card-piv.c:179: warning: 'oid_prime256v1' defined but not used
card-piv.c:180: warning: 'oid_secp384r1' defined but not used


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5260 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2011-03-23 15:53:15 +00:00
parent 1f2c8211ad
commit 902e4b139a
1 changed files with 2 additions and 0 deletions

View File

@ -176,8 +176,10 @@ static struct piv_aid piv_aids[] = {
};
/* The EC curves supported by PIV */
#if 0
static u8 oid_prime256v1[] = {"\x06\x08\x2a\x86\x48\xce\x3d\x03\x01\x07"};
static u8 oid_secp384r1[] = {"\x06\x05\x2b\x81\x04\x00\x22"};
#endif
/*
* Flags in the piv_object: