ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor-crypto/openssl/dist/crypto/dsa/dsa_ameth.c
(Generate patch)

Comparing vendor-crypto/openssl/dist/crypto/dsa/dsa_ameth.c (file contents):
Revision 7388 by laffer1, Fri Jul 17 14:04:28 2015 UTC vs.
Revision 7389 by laffer1, Sat Dec 5 17:55:33 2015 UTC

# Line 318 | Line 318 | static int dsa_priv_encode(PKCS8_PRIV_KEY_INFO *p8, co
318      dplen = i2d_ASN1_INTEGER(prkey, &dp);
319  
320      ASN1_STRING_clear_free(prkey);
321 +    prkey = NULL;
322  
323      if (!PKCS8_pkey_set0(p8, OBJ_nid2obj(NID_dsa), 0,
324                           V_ASN1_SEQUENCE, params, dp, dplen))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines