Merge pull request #484 from fperrad/20190603_indent

fix indentation
This commit is contained in:
Steffen Jaeckel 2019-06-03 09:31:01 +02:00 committed by GitHub
commit 061237e6b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ int x509_decode_public_key_from_certificate(const unsigned char *in, unsigned lo
if (err == CRYPT_OK) {
err = callback(tmpbuf, tmpbuf_len, ctx);
goto LBL_OUT;
}
}
}
}
l = l->next;