tuning indentation
This commit is contained in:
parent
1e260eeaae
commit
faa18e71c8
@ -99,9 +99,9 @@ int dsa_import(const unsigned char *in, unsigned long inlen, dsa_key *key)
|
|||||||
goto LBL_ERR;
|
goto LBL_ERR;
|
||||||
}
|
}
|
||||||
|
|
||||||
err = der_decode_subject_public_key_info(in, inlen,
|
err = der_decode_subject_public_key_info(in, inlen, PKA_DSA,
|
||||||
PKA_DSA, tmpbuf, &tmpbuf_len,
|
tmpbuf, &tmpbuf_len,
|
||||||
LTC_ASN1_SEQUENCE, params, 3);
|
LTC_ASN1_SEQUENCE, params, 3);
|
||||||
if (err != CRYPT_OK) {
|
if (err != CRYPT_OK) {
|
||||||
XFREE(tmpbuf);
|
XFREE(tmpbuf);
|
||||||
goto LBL_ERR;
|
goto LBL_ERR;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user