Commit 097f9d8c authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Avoid warning.

parent 60447e59
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ===== */