diff options
| author | miod <> | 2014-04-27 20:20:59 +0000 |
|---|---|---|
| committer | miod <> | 2014-04-27 20:20:59 +0000 |
| commit | 671b17135ef9dbabd4ad62b531f6f48f81daf8e0 (patch) | |
| tree | 8c69a274c74d651766e7fde77b65409a83f19e91 /src/lib/libcrypto/ts | |
| parent | 37888f1855086875d6d21338acdf1d2de8a56714 (diff) | |
| download | openbsd-671b17135ef9dbabd4ad62b531f6f48f81daf8e0.tar.gz openbsd-671b17135ef9dbabd4ad62b531f6f48f81daf8e0.tar.bz2 openbsd-671b17135ef9dbabd4ad62b531f6f48f81daf8e0.zip | |
Put explicit (void) in function declarations and shuffle keywords in some
declaration to pass -Wextra, should we want to add it to CFLAGS.
No binary change.
Diffstat (limited to 'src/lib/libcrypto/ts')
| -rw-r--r-- | src/lib/libcrypto/ts/ts_rsp_sign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ts/ts_rsp_sign.c b/src/lib/libcrypto/ts/ts_rsp_sign.c index 71530d7f24..fe5244c0c5 100644 --- a/src/lib/libcrypto/ts/ts_rsp_sign.c +++ b/src/lib/libcrypto/ts/ts_rsp_sign.c | |||
| @@ -169,7 +169,7 @@ def_extension_cb(struct TS_resp_ctx *ctx, X509_EXTENSION *ext, void *data) | |||
| 169 | /* TS_RESP_CTX management functions. */ | 169 | /* TS_RESP_CTX management functions. */ |
| 170 | 170 | ||
| 171 | TS_RESP_CTX * | 171 | TS_RESP_CTX * |
| 172 | TS_RESP_CTX_new() | 172 | TS_RESP_CTX_new(void) |
| 173 | { | 173 | { |
| 174 | TS_RESP_CTX *ctx; | 174 | TS_RESP_CTX *ctx; |
| 175 | 175 | ||
