distcheck fixes

This commit is contained in:
Brent Cook
2015-05-06 22:53:28 -05:00
parent 51bfd4921a
commit abd0688b18
4 changed files with 6 additions and 3 deletions

View File

@@ -30,6 +30,6 @@ if [ $? != 0 ]; then
exit 1;
fi
rm testdsa.key
rm testdsa.key dsa512.pem testdsa.pem
exit 0