aboutsummaryrefslogtreecommitdiff
path: root/mail/qpopper/files/patch-popper__popauth.c
blob: c1cf86d500250051f9b81cc6a2748010dc2d29b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- popper/popauth.c.orig	Wed Nov  1 11:42:03 2000
+++ popper/popauth.c	Wed Nov  1 11:41:56 2000
@@ -154,11 +154,11 @@
        char   *name;
 } modes[] = {
 #define SCRAM_AUTH  0
-    { "scramauth" },
+    { "qscramauth" },
 #define APOP_AUTH   1
-    { "apopauth"  },
+    { "qapopauth"  },
 #define POP_AUTH    2 
-    { "popauth"   },
+    { "qpopauth"   },
 #define OTHER       3
     { NULL        }
 };