summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/otpcalc/files/otpcalc-0.97-badindex.diff')
-rw-r--r--sys-auth/otpcalc/files/otpcalc-0.97-badindex.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-auth/otpcalc/files/otpcalc-0.97-badindex.diff b/sys-auth/otpcalc/files/otpcalc-0.97-badindex.diff
deleted file mode 100644
index 53a32c4e1cc8..000000000000
--- a/sys-auth/otpcalc/files/otpcalc-0.97-badindex.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-Allocate enough elements for array of func ptrs, bug 123976.
-
---- otpCalc-0.97.orig/callbacks.c
-+++ otpCalc-0.97/callbacks.c
-@@ -81,7 +81,7 @@
- void calculate(void)
- {
-
-- void (*hashes[4])();
-+ void (*hashes[5])();
-
- gchar *challenge, *passwd, *message, *response;
- struct tokens *set;