remove error codes 3 and 4

3: not always hashing single files anymore
4: openssl error does not have to be fatal
This commit is contained in:
Asif Bacchus 2020-06-20 04:20:36 -06:00
parent 50335b5d67
commit c0a44ebec7
1 changed files with 0 additions and 2 deletions

2
sri
View File

@ -162,7 +162,5 @@ exit 0
# 0: no errors, normal execution
# 1: parameter error
# 2: cannot find openSSL binary
# 3: cannot find specified file for which to generate hash
# 4: error occured while executing openssl
#EOF