summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/tb_ecdh.c
diff options
context:
space:
mode:
authormiod <>2014-04-27 20:20:59 +0000
committermiod <>2014-04-27 20:20:59 +0000
commitdca0aaa15884eb5bf1105e1c7a6323f11be4abd3 (patch)
tree8c69a274c74d651766e7fde77b65409a83f19e91 /src/lib/libcrypto/engine/tb_ecdh.c
parent3a7174b249978efb30c051425bce7b06accba708 (diff)
downloadopenbsd-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_ecdh.c')
-rw-r--r--src/lib/libcrypto/engine/tb_ecdh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/tb_ecdh.c b/src/lib/libcrypto/engine/tb_ecdh.c
index c8ec7812c5..57354b8c11 100644
--- a/src/lib/libcrypto/engine/tb_ecdh.c
+++ b/src/lib/libcrypto/engine/tb_ecdh.c
@@ -95,7 +95,7 @@ int ENGINE_register_ECDH(ENGINE *e)
95 return 1; 95 return 1;
96 } 96 }
97 97
98void ENGINE_register_all_ECDH() 98void ENGINE_register_all_ECDH(void)
99 { 99 {
100 ENGINE *e; 100 ENGINE *e;
101 101