From: Dr. Stephen Henson Date: Tue, 20 Nov 2007 17:52:02 +0000 (+0000) Subject: Avoid warning. X-Git-Tag: OpenSSL_0_9_8k^2~621 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=097f9d8c528e213f0d40905974b5cef8373ce7ed Avoid warning. --- diff --git a/engines/e_padlock.c b/engines/e_padlock.c index ae949a368e..20d458c1c1 100644 --- a/engines/e_padlock.c +++ b/engines/e_padlock.c @@ -233,8 +233,8 @@ padlock_bind_fn(ENGINE *e, const char *id) return 1; } -IMPLEMENT_DYNAMIC_CHECK_FN (); -IMPLEMENT_DYNAMIC_BIND_FN (padlock_bind_fn); +IMPLEMENT_DYNAMIC_CHECK_FN() +IMPLEMENT_DYNAMIC_BIND_FN (padlock_bind_fn) #endif /* DYNAMIC_ENGINE */ /* ===== Here comes the "real" engine ===== */