commit | 41a15c4f0f2535591ba9f258cf76119f86477c43 | [log] [tgz] |
---|---|---|
author | Ben Laurie <ben@openssl.org> | Thu Mar 31 09:26:39 2005 +0000 |
committer | Ben Laurie <ben@openssl.org> | Thu Mar 31 09:26:39 2005 +0000 |
tree | 6aca3f255f97dc3e9bd18884beeddf7de26fa122 | |
parent | fea4280a8b1a37bfe1ae6ffaede58722ad71afa1 [diff] [blame] |
Give everything prototypes (well, everything that's actually used).
diff --git a/crypto/engine/enginetest.c b/crypto/engine/enginetest.c index c2d0297..cf82f49 100644 --- a/crypto/engine/enginetest.c +++ b/crypto/engine/enginetest.c
@@ -72,7 +72,7 @@ #include <openssl/engine.h> #include <openssl/err.h> -static void display_engine_list() +static void display_engine_list(void) { ENGINE *h; int loop;