allow pkcs15-itacns.c compile without OpenSSL

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4763 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
dengert 2010-09-22 20:57:07 +00:00
parent 1a5b898b07
commit 3bb5c9f530
1 changed files with 2 additions and 0 deletions

View File

@ -149,7 +149,9 @@ static int itacns_add_cert(sc_pkcs15_card_t *p15card,
/* const char *label = "Certificate"; */
sc_pkcs15_cert_info_t info;
sc_pkcs15_object_t obj;
#ifdef ENABLE_OPENSSL
X509 *x509;
#endif
sc_pkcs15_cert_t *cert;
SC_FUNC_CALLED(p15card->card->ctx, 1);