summaryrefslogtreecommitdiff
path: root/multimedia/helixplayer/files/patch-digestauth
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/helixplayer/files/patch-digestauth')
-rw-r--r--multimedia/helixplayer/files/patch-digestauth25
1 files changed, 0 insertions, 25 deletions
diff --git a/multimedia/helixplayer/files/patch-digestauth b/multimedia/helixplayer/files/patch-digestauth
deleted file mode 100644
index d0987f1d09e1..000000000000
--- a/multimedia/helixplayer/files/patch-digestauth
+++ /dev/null
@@ -1,25 +0,0 @@
---- common/auth/rn5auth/digestauth.h Tue Jul 27 03:41:40 2004
-+++ common/auth/rn5auth/digestauth.h Sun Jul 10 00:54:04 2005
-@@ -50,5 +50,5 @@
- #define CDIGESTAUTH_H_
-
--enum digest_algo {MD5, MD5_SESS, ALGO_UNKNOWN};
-+enum digest_algo {ALGO_MD5, MD5_SESS, ALGO_UNKNOWN};
-
- class CDigestAuthenticator: public CHashAuthenticatorBase,
---- common/auth/rn5auth/digestauth.cpp Tue Jul 27 03:41:02 2004
-+++ common/auth/rn5auth/digestauth.cpp Sun Jul 10 00:55:35 2005
-@@ -479,5 +479,5 @@
- m_algorithm = MD5_SESS;
- else
-- m_algorithm = MD5;
-+ m_algorithm = ALGO_MD5;
- HX_RELEASE(pbufHdr);
- }
-@@ -502,5 +502,5 @@
- switch (m_algorithm)
- {
-- case MD5:
-+ case ALGO_MD5:
- pbufA1 = pbufPassword;
- pbufA1->AddRef();