aboutsummaryrefslogtreecommitdiffstats
path: root/apps/rmlinks
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-01-02 12:59:33 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-01-02 12:59:33 +0000
commit06d5b16225077cb45f7ef9b6f59837c54db02658 (patch)
tree9d2bf287a8fa3a936371663e2d7b408ecb55e9ee /apps/rmlinks
parent0491b70983f90db2ec2e95951f87ba2f0c2a0ce7 (diff)
downloadopenssl-06d5b16225077cb45f7ef9b6f59837c54db02658.tar.gz
First cut of a cleanup for apps/. First the `ssleay' program is now named
`openssl' and second, the shortcut symlinks for the `openssl <command>' are no longer created. This way we have a single and consistent command line interface `openssl <command>', similar to `cvs <command>'. Notice, the openssl.cnf, openssl.c and progs.pl files were changed after a repository copy, i.e. they still contain the complete file history.
Diffstat (limited to 'apps/rmlinks')
-rw-r--r--apps/rmlinks6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/rmlinks b/apps/rmlinks
deleted file mode 100644
index 0056736752..0000000000
--- a/apps/rmlinks
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-for i in verify asn1parse req dgst dh enc gendh errstr ca crl rsa dsa dsaparam x509 genrsa s_server s_client speed s_time version pkcs7 crl2pkcs7 sess_id ciphers md2 md5 sha sha1 mdc2 rmd160 base64 des des3 desx idea rc4 rc2 bf cast rc5 des-ecb des-ede des-ede3 des-cbc des-ede-cbc des-ede3-cbc des-cfb des-ede-cfb des-ede3-cfb des-ofb des-ede-ofb des-ede3-ofb idea-cbc idea-ecb idea-cfb idea-ofb rc2-cbc rc2-ecb rc2-cfb rc2-ofb bf-cbc bf-ecb bf-cfb bf-ofb cast5-cbc cast5-ecb cast5-cfb cast5-ofb cast-cbc rc5-cbc rc5-ecb rc5-cfb rc5-ofb
-do
-echo removing $i
-/bin/rm -f $i
-done