summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/tb_dsa.c
diff options
context:
space:
mode:
authormiod <>2014-04-27 20:20:59 +0000
committermiod <>2014-04-27 20:20:59 +0000
commit671b17135ef9dbabd4ad62b531f6f48f81daf8e0 (patch)
tree8c69a274c74d651766e7fde77b65409a83f19e91 /src/lib/libcrypto/engine/tb_dsa.c
parent37888f1855086875d6d21338acdf1d2de8a56714 (diff)
downloadopenbsd-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/engine/tb_dsa.c')
-rw-r--r--src/lib/libcrypto/engine/tb_dsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/tb_dsa.c b/src/lib/libcrypto/engine/tb_dsa.c
index e4674f5f07..6731aad1da 100644
--- a/src/lib/libcrypto/engine/tb_dsa.c
+++ b/src/lib/libcrypto/engine/tb_dsa.c
@@ -80,7 +80,7 @@ int ENGINE_register_DSA(ENGINE *e)
80 return 1; 80 return 1;
81 } 81 }
82 82
83void ENGINE_register_all_DSA() 83void ENGINE_register_all_DSA(void)
84 { 84 {
85 ENGINE *e; 85 ENGINE *e;
86 86