summaryrefslogtreecommitdiffstats
path: root/engines/e_padlock.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2009-05-06 14:03:24 +0000
committerRichard Levitte <levitte@openssl.org>2009-05-06 14:03:24 +0000
commit11f35a036dd805505f2f6bb33bf8c7a3817ce453 (patch)
tree46720118d0e040bb735d1afe7c27f1b41d86ab32 /engines/e_padlock.c
parentd8646dab14b1b3be38f88ebdca7831a93b427984 (diff)
Select updates from HEAD
Diffstat (limited to 'engines/e_padlock.c')
-rw-r--r--engines/e_padlock.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/e_padlock.c b/engines/e_padlock.c
index 64a13e754c..4095513b7a 100644
--- a/engines/e_padlock.c
+++ b/engines/e_padlock.c
@@ -1215,7 +1215,12 @@ static RAND_METHOD padlock_rand = {
padlock_rand_status, /* rand status */
};
-#endif /* COMPILE_HW_PADLOCK */
+#else /* !COMPILE_HW_PADLOCK */
+#ifndef OPENSSL_NO_DYNAMIC_ENGINE
+OPENSSL_EXPORT
+int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { return 0; }
+IMPLEMENT_DYNAMIC_CHECK_FN()
+#endif
#endif /* !OPENSSL_NO_HW_PADLOCK */
#endif /* !OPENSSL_NO_HW */