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:
544d845
)
Yet another mingw warning.
author
Andy Polyakov
<appro@openssl.org>
Mon, 23 Oct 2006 07:45:52 +0000
(07:45 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 23 Oct 2006 07:45:52 +0000
(07:45 +0000)
engines/ccgost/gost_eng.c
patch
|
blob
|
history
diff --git
a/engines/ccgost/gost_eng.c
b/engines/ccgost/gost_eng.c
index 86602b65a33e365582f384b42c2489897b549296..df5d787c2e83c381c5e9df926d2eeb78cc948f4c 100644
(file)
--- 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)