From dc8c8cda4dcbb59a5e99b6cc6668f620b244888c Mon Sep 17 00:00:00 2001
From: Richard Levitte <levitte@openssl.org>
Date: Fri, 25 Feb 2000 23:17:46 +0000
Subject: [PATCH] New script to compile on systems that already have pthreads
 in the system.

---
 crypto/threads/pthread2.sh | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100755 crypto/threads/pthread2.sh

diff --git a/crypto/threads/pthread2.sh b/crypto/threads/pthread2.sh
new file mode 100755
index 0000000000..41264c6a50
--- /dev/null
+++ b/crypto/threads/pthread2.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+#
+# build using pthreads where it's already built into the system
+#
+/bin/rm -f mttest
+gcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto -lpthread
+
-- 
2.40.0