tuning indentation

This commit is contained in:
Karel Miko 2017-02-25 20:07:08 +01:00
parent 1e260eeaae
commit faa18e71c8

View File

@ -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;