Skip to content

Commit

Permalink
Merge pull request #14 from LudovicRousseau/master
Browse files Browse the repository at this point in the history
Fix compiler warning and real problem
  • Loading branch information
LudovicRousseau committed Jan 9, 2012
2 parents 3f7db42 + 9252eec commit c4a200a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkcs11/openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ static CK_RV gostr3410_verify_data(const unsigned char *pubkey, int pubkey_len,
unsigned char *signat, int signat_len)
{
EVP_PKEY *pkey;
EVP_PKEY_CTX *pkey_ctx;
EVP_PKEY_CTX *pkey_ctx = NULL;
EC_POINT *P;
BIGNUM *X, *Y;
ASN1_OCTET_STRING *octet;
Expand Down

0 comments on commit c4a200a

Please sign in to comment.