mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
gpgsm: Init a diagnostic var.
* sm/minip12.c (p12_parse): Init where. --
This commit is contained in:
parent
5e94470d05
commit
7a2831bc0e
@ -2348,7 +2348,7 @@ p12_parse (const unsigned char *buffer, size_t length, const char *pw,
|
|||||||
void *certcbarg, int *r_badpass, char **r_curve)
|
void *certcbarg, int *r_badpass, char **r_curve)
|
||||||
{
|
{
|
||||||
gpg_error_t err;
|
gpg_error_t err;
|
||||||
const char *where;
|
const char *where = "";
|
||||||
struct tlv_ctx_s *tlv;
|
struct tlv_ctx_s *tlv;
|
||||||
struct p12_parse_ctx_s ctx = { NULL };
|
struct p12_parse_ctx_s ctx = { NULL };
|
||||||
const unsigned char *oid;
|
const unsigned char *oid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user