pkcs11-tool.c:54: warning: missing initializer

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5425 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
andre 2011-05-04 16:45:51 +00:00
parent 03b4891c1e
commit 85b40a553c
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ static struct ec_curve_info {
} ec_curve_infos[] = {
{"prime256v1", "1.2.840.10045.3.1.7", "06082A8648CE3D030107", 256},
{"secp384r1", "1.3.132.0.34", "06052B81040022", 384},
{NULL, 0},
{NULL, NULL, NULL, 0},
};
enum {