Remove dead files.

Auto-imported from cupcake, not touched since then, or used anyway.

Change-Id: If2d50cddff0238dff818c7bae92fe8e1100fccdf
This commit is contained in:
Elliott Hughes 2015-05-11 21:57:33 -07:00
parent 80b129f9f0
commit fe93e8d2a7
3 changed files with 0 additions and 19 deletions

Binary file not shown.

View file

@ -1,9 +0,0 @@
#!/bin/bash
if [ $# -ne 2 ]
then
echo "Usage: $0 alias passphrase"
exit -1
fi
openssl pkcs12 -passin pass:"$2" -passout pass:"$2" -in $1.p12 -out $1.pem

View file

@ -1,10 +0,0 @@
#!/bin/bash
if [ $# -ne 3 ]
then
echo "Usage: $0 alias filename passpharse"
exit -1
fi
openssl dgst -passin pass:"$3" -binary -sha1 -sign $1.pem $2 > $2.sign