diff options
| author | miod <> | 2014-04-27 20:20:59 +0000 |
|---|---|---|
| committer | miod <> | 2014-04-27 20:20:59 +0000 |
| commit | dca0aaa15884eb5bf1105e1c7a6323f11be4abd3 (patch) | |
| tree | 8c69a274c74d651766e7fde77b65409a83f19e91 /src/lib/libcrypto/engine/tb_rsa.c | |
| parent | 3a7174b249978efb30c051425bce7b06accba708 (diff) | |
| download | openbsd-dca0aaa15884eb5bf1105e1c7a6323f11be4abd3.tar.gz openbsd-dca0aaa15884eb5bf1105e1c7a6323f11be4abd3.tar.bz2 openbsd-dca0aaa15884eb5bf1105e1c7a6323f11be4abd3.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/engine/tb_rsa.c')
| -rw-r--r-- | src/lib/libcrypto/engine/tb_rsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/tb_rsa.c b/src/lib/libcrypto/engine/tb_rsa.c index fbc707fd26..2f4928fd66 100644 --- a/src/lib/libcrypto/engine/tb_rsa.c +++ b/src/lib/libcrypto/engine/tb_rsa.c | |||
| @@ -80,7 +80,7 @@ int ENGINE_register_RSA(ENGINE *e) | |||
| 80 | return 1; | 80 | return 1; |
| 81 | } | 81 | } |
| 82 | 82 | ||
| 83 | void ENGINE_register_all_RSA() | 83 | void ENGINE_register_all_RSA(void) |
| 84 | { | 84 | { |
| 85 | ENGINE *e; | 85 | ENGINE *e; |
| 86 | 86 | ||
