libopensc: avoid warning 'not all control paths return a value'

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4933 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
vtarasov 2010-12-09 09:17:08 +00:00
parent ad60428d09
commit 2aa034d467
1 changed files with 1 additions and 0 deletions

View File

@ -903,6 +903,7 @@ err:
free(pk.value);
SC_TEST_RET(ctx, SC_LOG_DEBUG_NORMAL, r, "ASN.1 parsing of subjectPubkeyInfo failed");
SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_NORMAL, r);
}
int sc_pkcs15_pubkey_from_spki_filename(sc_context_t *ctx,