From 5304543ebd60778ad46123cd63142e27627fa150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Tue, 4 Nov 2014 20:45:42 +0100 Subject: Update ics-openvpn to rev 906. --- ics-openvpn-stripped/main/openssl/crypto/threads/pthread2.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 ics-openvpn-stripped/main/openssl/crypto/threads/pthread2.sh (limited to 'ics-openvpn-stripped/main/openssl/crypto/threads/pthread2.sh') diff --git a/ics-openvpn-stripped/main/openssl/crypto/threads/pthread2.sh b/ics-openvpn-stripped/main/openssl/crypto/threads/pthread2.sh new file mode 100755 index 00000000..41264c6a --- /dev/null +++ b/ics-openvpn-stripped/main/openssl/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 + -- cgit v1.2.3