From c0a44ebec70615c51c523877eeb7e68d0f385e6f Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 20 Jun 2020 04:20:36 -0600 Subject: [PATCH] remove error codes 3 and 4 3: not always hashing single files anymore 4: openssl error does not have to be fatal --- sri | 2 -- 1 file changed, 2 deletions(-) diff --git a/sri b/sri index 57a68b2..9ff87a0 100755 --- a/sri +++ b/sri @@ -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 \ No newline at end of file