summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/util
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-07-30 12:51:09 +0000
committernectar <nectar@FreeBSD.org>2002-07-30 12:51:09 +0000
commit0518ae86745708bb5d6711b4bf7a4c3907b64029 (patch)
tree508ac45661abd92f3224380bcb1f80ba1730e3bd /crypto/openssl/util
parent8b62a95bfc62aca74fc680ca8676348f39a51bd6 (diff)
downloadFreeBSD-src-0518ae86745708bb5d6711b4bf7a4c3907b64029.zip
FreeBSD-src-0518ae86745708bb5d6711b4bf7a4c3907b64029.tar.gz
Remove many obsolete files. The majority of these are simply no
longer included as part of the OpenSSL distribution. However, a few we just don't need and are explicitly excluded in FREEBSD-Xlist.
Diffstat (limited to 'crypto/openssl/util')
-rwxr-xr-xcrypto/openssl/util/sep_lib.sh34
1 files changed, 0 insertions, 34 deletions
diff --git a/crypto/openssl/util/sep_lib.sh b/crypto/openssl/util/sep_lib.sh
deleted file mode 100755
index 34c2c9f..0000000
--- a/crypto/openssl/util/sep_lib.sh
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/bin/sh
-
-cwd=`pwd`
-/bin/rm -fr tmp/*
-
-cd crypto/des
-make -f Makefile.uni tar
-make -f Makefile.uni tar_lit
-/bin/mv libdes.tgz $cwd/tmp
-/bin/mv libdes-l.tgz $cwd/tmp
-cd $cwd
-
-for name in md5 sha cast bf idea rc4 rc2
-do
- echo doing $name
- (cd crypto; tar cfh - $name)|(cd tmp; tar xf -)
- cd tmp/$name
- /bin/rm -f Makefile
- /bin/rm -f Makefile.ssl
- /bin/rm -f Makefile.ssl.orig
- /bin/rm -f *.old
- /bin/mv Makefile.uni Makefile
-
- if [ -d asm ]; then
- mkdir asm/perlasm
- cp $cwd/crypto/perlasm/*.pl asm/perlasm
- fi
- cd ..
- tar cf - $name|gzip >$name.tgz
-# /bin/rm -fr $name
- cd $cwd
-done
-
-
OpenPOWER on IntegriCloud