Avoid warning.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 20 Nov 2007 17:52:02 +0000 (17:52 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 20 Nov 2007 17:52:02 +0000 (17:52 +0000)
engines/e_padlock.c

index ae949a368e3f5e3fdaa9289032545c8482eaae59..20d458c1c1e1bd1b5f4a7a1a7f10a15ee12426e5 100644 (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 ===== */