summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/otpcalc/files/otpcalc-0.97-skey-md5.patch')
-rw-r--r--sys-auth/otpcalc/files/otpcalc-0.97-skey-md5.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-auth/otpcalc/files/otpcalc-0.97-skey-md5.patch b/sys-auth/otpcalc/files/otpcalc-0.97-skey-md5.patch
deleted file mode 100644
index 39ab2675b210..000000000000
--- a/sys-auth/otpcalc/files/otpcalc-0.97-skey-md5.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Change default s/key hash to MD5 (same as sys-auth/skey).
-
---- otpCalc-0.97-orig/callbacks.c
-+++ otpCalc-0.97/callbacks.c
-@@ -90,7 +90,7 @@
- unsigned char results[9];
-
-
-- hashes[SKEY] = md4lite;
-+ hashes[SKEY] = md5lite;
- hashes[MD4] = md4lite;
- hashes[MD5] = md5lite;
- hashes[RMD160] = rmd160lite;
---- otpCalc-0.97-orig/otpCalc.man
-+++ otpCalc-0.97/otpCalc.man
-@@ -30,7 +30,7 @@
- cb l
- cb l
- cb l.
--s/key#MD4
-+s/key#MD5
- otp-md4#MD4
- otp-md5#MD5
- otp-rmd160#RIPEMD-160