projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60447e5
)
Avoid warning.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 20 Nov 2007 17:52:02 +0000
(17:52 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 20 Nov 2007 17:52:02 +0000
(17:52 +0000)
engines/e_padlock.c
patch
|
blob
|
history
diff --git
a/engines/e_padlock.c
b/engines/e_padlock.c
index ae949a368e3f5e3fdaa9289032545c8482eaae59..20d458c1c1e1bd1b5f4a7a1a7f10a15ee12426e5 100644
(file)
--- 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 ===== */