Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: openssl/crypto/threads/pthread.sh

Issue 2072073002: Delete bundled copy of OpenSSL and replace with README. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/openssl@master
Patch Set: Delete bundled copy of OpenSSL and replace with README. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « openssl/crypto/threads/ptest.bat ('k') | openssl/crypto/threads/pthread2.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: openssl/crypto/threads/pthread.sh
diff --git a/openssl/crypto/threads/pthread.sh b/openssl/crypto/threads/pthread.sh
deleted file mode 100644
index f1c49821d2fba6508d773d3b86c627adde73a7fa..0000000000000000000000000000000000000000
--- a/openssl/crypto/threads/pthread.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-#
-# build using pthreads
-#
-# http://www.mit.edu:8001/people/proven/pthreads.html
-#
-/bin/rm -f mttest
-pgcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto
-
« no previous file with comments | « openssl/crypto/threads/ptest.bat ('k') | openssl/crypto/threads/pthread2.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698