summaryrefslogtreecommitdiffstats
path: root/cryptoapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'cryptoapi.c')
-rw-r--r--cryptoapi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cryptoapi.c b/cryptoapi.c
index 8fb5387..3365cd7 100644
--- a/cryptoapi.c
+++ b/cryptoapi.c
@@ -470,5 +470,7 @@ int SSL_CTX_use_CryptoAPI_certificate(SSL_CTX *ssl_ctx, const char *cert_prop)
}
#else
+#ifdef _MSC_VER /* Dummy function needed to avoid empty file compiler warning in Microsoft VC */
static void dummy (void) {}
+#endif
#endif /* WIN32 */