mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 17:08:05 -05:00
Whitespace/Indentation cleanup
This commit is contained in:
parent
6aa4280d84
commit
af82a27bff
2
README
2
README
@ -141,5 +141,3 @@ converting between different formats and so on, *please*
|
||||
spend a few minutes searching on google for your particular
|
||||
problem since many people probably already have had your
|
||||
problem and solved it as well.
|
||||
|
||||
|
||||
|
@ -305,7 +305,7 @@ static size_t curl_write( void *ptr, size_t sz, size_t nmemb, void *stream)
|
||||
|
||||
.. and it returns a base64 encoded PKCS#7 structure.
|
||||
|
||||
*/
|
||||
*/
|
||||
|
||||
static int add_timestamp(PKCS7 *sig, char *url, char *proxy)
|
||||
{
|
||||
@ -454,7 +454,7 @@ static void usage(const char *argv0)
|
||||
|
||||
#ifdef HACK_OPENSSL
|
||||
ASN1_TYPE *PKCS7_get_signed_attribute(PKCS7_SIGNER_INFO *si, int nid)
|
||||
/* ARGSUSED */
|
||||
/* ARGSUSED */
|
||||
{
|
||||
/* Ehhhm. Hack. The PKCS7 sign method adds NID_pkcs9_signingTime if
|
||||
it isn't there. But we don't want it since M$ barfs on it.
|
||||
@ -995,7 +995,7 @@ int main(int argc, char **argv)
|
||||
|
||||
return 0;
|
||||
|
||||
err_cleanup:
|
||||
err_cleanup:
|
||||
ERR_print_errors_fp(stderr);
|
||||
if (hash != NULL)
|
||||
BIO_free_all(hash);
|
||||
@ -1003,5 +1003,3 @@ int main(int argc, char **argv)
|
||||
fprintf(stderr, "\nFailed\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user