Hello,

During a Windows build of the 1.1.1d version I found a typo in the
crypto/threads_none.c source file.

In attachment a small patch which fix the problem.

Best Regards.
diff --git a/lib-na-openssl/src/crypto/threads_none.c b/lib-na-openssl/src/crypto/threads_none.c
index aabf0e0dc..aaaaae872 100644
--- a/lib-na-openssl/src/crypto/threads_none.c
+++ b/lib-na-openssl/src/crypto/threads_none.c
@@ -143,7 +143,7 @@ int openssl_get_fork_id(void)
 # if defined(OPENSSL_SYS_UNIX)
     return getpid();
 # else
-    return return 0;
+    return 0;
 # endif
 }
 #endif

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to