summaryrefslogtreecommitdiff
path: root/lib/libcrypto/util/point.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/util/point.sh')
-rw-r--r--lib/libcrypto/util/point.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/libcrypto/util/point.sh b/lib/libcrypto/util/point.sh
deleted file mode 100644
index da39899cb19..00000000000
--- a/lib/libcrypto/util/point.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-rm -f "$2"
-if test "$OSTYPE" = msdosdjgpp || test "x$PLATFORM" = xmingw ; then
- cp "$1" "$2"
-else
- ln -s "$1" "$2"
-fi
-echo "$2 => $1"
-