summaryrefslogtreecommitdiff
path: root/engines/e_padlock.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-11-20 17:52:02 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-11-20 17:52:02 +0000
commit097f9d8c528e213f0d40905974b5cef8373ce7ed (patch)
treebb757f8acc5279d58049ef59f64f07bc70bbd3ab /engines/e_padlock.c
parent60447e59ef005c7537164fbdbf676834741c1d03 (diff)
downloadopenssl-new-097f9d8c528e213f0d40905974b5cef8373ce7ed.tar.gz
Avoid warning.
Diffstat (limited to 'engines/e_padlock.c')
-rw-r--r--engines/e_padlock.c4
1 files changed, 2 insertions, 2 deletions
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 ===== */