summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/otpcalc/files/otpcalc-crypto-proto.diff')
-rw-r--r--sys-auth/otpcalc/files/otpcalc-crypto-proto.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-auth/otpcalc/files/otpcalc-crypto-proto.diff b/sys-auth/otpcalc/files/otpcalc-crypto-proto.diff
deleted file mode 100644
index 05ba89fc1fe4..000000000000
--- a/sys-auth/otpcalc/files/otpcalc-crypto-proto.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-Correct crypto prototypes, bug 123993.
-
---- otpCalc-0.97.orig/crypto.h
-+++ otpCalc-0.97/crypto.h
-@@ -1,4 +1,4 @@
--void md4lite(char *, size_t);
--void md5lite(char *, size_t);
--void rmd160lite(char *, size_t);
--void sha1lite(char *, size_t);
-+void md4lite(char *message, unsigned int len);
-+void md5lite(char *message, unsigned int len);
-+void rmd160lite(char *message, unsigned int len);
-+void sha1lite(char *message, unsigned int len);