Re: Typo in crypto/threads_none.c source file

2019-09-12 Thread Matt Caswell



On 12/09/2019 16:35, Fabrice Manfroi wrote:
> Hello,
> 
> During a Windows build of the 1.1.1d version I found a typo in the
> crypto/threads_none.c source file.

Hi

This was recently fixed in git. See commit c3656cc594daa.

Matt


Typo in crypto/threads_none.c source file

2019-09-12 Thread Fabrice Manfroi
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..ae872 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


signature.asc
Description: OpenPGP digital signature