Avoid warning.

This commit is contained in:
Dr. Stephen Henson 2007-11-20 17:52:02 +00:00
parent 60447e59ef
commit 097f9d8c52

View File

@ -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 ===== */