aboutsummaryrefslogtreecommitdiff
path: root/crypto/threads_none.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/threads_none.c')
-rw-r--r--crypto/threads_none.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/threads_none.c b/crypto/threads_none.c
index aabf0e0dc090..aaaaae872a9b 100644
--- a/crypto/threads_none.c
+++ b/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