fix indentation

This commit is contained in:
Francois Perrad 2019-06-03 04:08:49 +02:00
parent e9b2277a49
commit b40cc35c2d

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;