Avoid warning.
This commit is contained in:
parent
60447e59ef
commit
097f9d8c52
@ -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 ===== */
|
||||
|
Loading…
x
Reference in New Issue
Block a user