aboutsummaryrefslogtreecommitdiff
path: root/openssl/vendor/current/util/point.sh
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-06-07 02:37:32 +0000
committerRob Austein <sra@hactrn.net>2007-06-07 02:37:32 +0000
commit5dadf34209c288b8fffba1016e6a3c9446381153 (patch)
tree2ec36232cafd0da10fffda780f08a43c97d70aad /openssl/vendor/current/util/point.sh
parent6fcf9830cfea5236faf42cc3437ed4bed06c16de (diff)
Replace hacked OpenSSL code with OpenSSL 0.9.8e distribution.
svn path=/openssl/Makefile; revision=659
Diffstat (limited to 'openssl/vendor/current/util/point.sh')
-rwxr-xr-xopenssl/vendor/current/util/point.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/openssl/vendor/current/util/point.sh b/openssl/vendor/current/util/point.sh
deleted file mode 100755
index 4790e08f..00000000
--- a/openssl/vendor/current/util/point.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-rm -f "$2"
-if test "$OSTYPE" = msdosdjgpp; then
- cp "$1" "$2"
-else
- ln -s "$1" "$2"
-fi
-echo "$2 => $1"
-