summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/util/point.sh
diff options
context:
space:
mode:
authorafresh1 <>2014-04-17 19:20:52 +0000
committerafresh1 <>2014-04-17 19:20:52 +0000
commit2bb4d4ac7a2751306ac55c3ce2fe3af26d8ef965 (patch)
tree8bc06712ef3cbf999c98aaad3dbe7c906415d1ec /src/lib/libcrypto/util/point.sh
parentc11dca95113fafb94fe3b60390be510b2e8f85d5 (diff)
downloadopenbsd-2bb4d4ac7a2751306ac55c3ce2fe3af26d8ef965.tar.gz
openbsd-2bb4d4ac7a2751306ac55c3ce2fe3af26d8ef965.tar.bz2
openbsd-2bb4d4ac7a2751306ac55c3ce2fe3af26d8ef965.zip
Remove unused ssl utils
This code is the reason perl has a name as a write only language. ok deraadt miod
Diffstat (limited to 'src/lib/libcrypto/util/point.sh')
-rw-r--r--src/lib/libcrypto/util/point.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/libcrypto/util/point.sh b/src/lib/libcrypto/util/point.sh
deleted file mode 100644
index da39899cb1..0000000000
--- a/src/lib/libcrypto/util/point.sh
+++ /dev/null
@@ -1,10 +0,0 @@
1#!/bin/sh
2
3rm -f "$2"
4if test "$OSTYPE" = msdosdjgpp || test "x$PLATFORM" = xmingw ; then
5 cp "$1" "$2"
6else
7 ln -s "$1" "$2"
8fi
9echo "$2 => $1"
10