summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/crypto/threads_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/crypto/threads_win.c')
-rw-r--r--deps/openssl/openssl/crypto/threads_win.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/openssl/openssl/crypto/threads_win.c b/deps/openssl/openssl/crypto/threads_win.c
index b0b16fd330..44a360fcab 100644
--- a/deps/openssl/openssl/crypto/threads_win.c
+++ b/deps/openssl/openssl/crypto/threads_win.c
@@ -164,4 +164,8 @@ int openssl_init_fork_handlers(void)
return 0;
}
+int openssl_get_fork_id(void)
+{
+ return 0;
+}
#endif