From 097f9d8c528e213f0d40905974b5cef8373ce7ed Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 20 Nov 2007 17:52:02 +0000 Subject: Avoid warning. --- engines/e_padlock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/e_padlock.c') 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 ===== */ -- cgit v1.2.3