diff options
Diffstat (limited to 'src/lib/libcrypto/engine/eng_padlock.c')
-rw-r--r-- | src/lib/libcrypto/engine/eng_padlock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/engine/eng_padlock.c b/src/lib/libcrypto/engine/eng_padlock.c index 5a80b2b16d..e727067f11 100644 --- a/src/lib/libcrypto/engine/eng_padlock.c +++ b/src/lib/libcrypto/engine/eng_padlock.c | |||
@@ -1088,9 +1088,9 @@ static RAND_METHOD padlock_rand = { | |||
1088 | 1088 | ||
1089 | #else /* !COMPILE_HW_PADLOCK */ | 1089 | #else /* !COMPILE_HW_PADLOCK */ |
1090 | #ifndef OPENSSL_NO_DYNAMIC_ENGINE | 1090 | #ifndef OPENSSL_NO_DYNAMIC_ENGINE |
1091 | OPENSSL_EXPORT | 1091 | extern |
1092 | int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); | 1092 | int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); |
1093 | OPENSSL_EXPORT | 1093 | extern |
1094 | int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { return 0; } | 1094 | int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { return 0; } |
1095 | IMPLEMENT_DYNAMIC_CHECK_FN() | 1095 | IMPLEMENT_DYNAMIC_CHECK_FN() |
1096 | #endif | 1096 | #endif |