diff options
author | djm <> | 2008-09-06 12:15:54 +0000 |
---|---|---|
committer | djm <> | 2008-09-06 12:15:54 +0000 |
commit | f1625f274acf5dcd5601f6cb5e29e233b2a441a3 (patch) | |
tree | 44899ddfbef8f24aacbea50086c041c1b150f6d6 /src/lib/libcrypto/engine/enginetest.c | |
parent | 4f828b924f54507141fb95ebe49dfcd261945e85 (diff) | |
download | openbsd-f1625f274acf5dcd5601f6cb5e29e233b2a441a3.tar.gz openbsd-f1625f274acf5dcd5601f6cb5e29e233b2a441a3.tar.bz2 openbsd-f1625f274acf5dcd5601f6cb5e29e233b2a441a3.zip |
import of OpenSSL 0.9.8h
Diffstat (limited to 'src/lib/libcrypto/engine/enginetest.c')
-rw-r--r-- | src/lib/libcrypto/engine/enginetest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/enginetest.c b/src/lib/libcrypto/engine/enginetest.c index c2d0297392..cf82f490db 100644 --- a/src/lib/libcrypto/engine/enginetest.c +++ b/src/lib/libcrypto/engine/enginetest.c | |||
@@ -72,7 +72,7 @@ int main(int argc, char *argv[]) | |||
72 | #include <openssl/engine.h> | 72 | #include <openssl/engine.h> |
73 | #include <openssl/err.h> | 73 | #include <openssl/err.h> |
74 | 74 | ||
75 | static void display_engine_list() | 75 | static void display_engine_list(void) |
76 | { | 76 | { |
77 | ENGINE *h; | 77 | ENGINE *h; |
78 | int loop; | 78 | int loop; |