summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-10-23 07:45:52 +0000
committerAndy Polyakov <appro@openssl.org>2006-10-23 07:45:52 +0000
commitd7917c584a2484b8a4d8c5aa970424feb73b5761 (patch)
treea75aaa0d4fb6d78ef055865a81a16aeac95346b0 /engines
parent544d8455858fad2cbc5d8637a31ceb34fcadaead (diff)
Yet another mingw warning.
Diffstat (limited to 'engines')
-rw-r--r--engines/ccgost/gost_eng.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/engines/ccgost/gost_eng.c b/engines/ccgost/gost_eng.c
index 86602b65a3..df5d787c2e 100644
--- a/engines/ccgost/gost_eng.c
+++ b/engines/ccgost/gost_eng.c
@@ -141,20 +141,8 @@ static int bind_gost (ENGINE *e,const char *id)
return ret;
}
-#ifdef _WIN32
-extern __declspec( dllexport )
-#endif
-
-/*#ifndef OPENSSL_NO_DYNAMIC_ENGINE*/
IMPLEMENT_DYNAMIC_BIND_FN(bind_gost)
-
-#ifdef _WIN32
-extern __declspec( dllexport )
-#endif
-
IMPLEMENT_DYNAMIC_CHECK_FN()
-/*#else*/
-/*#endif OPENSSL_NO_DYNAMIC_ENGINE */
static int gost_digests(ENGINE *e, const EVP_MD **digest,
const int **nids, int nid)