File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 49
49
#endif
50
50
51
51
#ifndef discard_const
52
- #define discard_const (ptr ) ((void *)((uintptr_t) (ptr)))
52
+ #define discard_const (ptr ) ((void *)((uintptr_t)(ptr)))
53
53
#endif
54
54
55
55
#ifndef talloc_zfree
Original file line number Diff line number Diff line change @@ -150,8 +150,8 @@ create_cert (TALLOC_CTX *mem_ctx,
150
150
151
151
if (options -> verbosity >= SSCG_DEBUG )
152
152
{
153
- const char * tempcert =
154
- SSCG_CERT_TYPE_SERVER ? "/tmp/debug-service.csr" : "/tmp/debug-client.csr" ;
153
+ const char * tempcert = SSCG_CERT_TYPE_SERVER ? "/tmp/debug-service.csr" :
154
+ "/tmp/debug-client.csr" ;
155
155
156
156
fprintf (stderr , "DEBUG: Writing certificate CSR to %s\n" , tempcert );
157
157
BIO * csr_out = BIO_new_file (tempcert , "w" );
Original file line number Diff line number Diff line change @@ -196,9 +196,9 @@ main (int argc, const char **argv)
196
196
CHECK_MEM (dhparams_file );
197
197
198
198
ret = sscg_io_utils_add_output_file (options -> streams ,
199
- SSCG_FILE_TYPE_DHPARAMS ,
200
- dhparams_file ,
201
- options -> dhparams_mode );
199
+ SSCG_FILE_TYPE_DHPARAMS ,
200
+ dhparams_file ,
201
+ options -> dhparams_mode );
202
202
CHECK_OK (ret );
203
203
}
204
204
/* Validate and open the file paths */
You can’t perform that action at this time.
0 commit comments