瀏覽代碼

Duplicate algorithm field removed

Jan Janak 22 年之前
父節點
當前提交
8cc44bf9ce
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      parser/digest/digest_parser.h

+ 5 - 1
parser/digest/digest_parser.h

@@ -25,6 +25,11 @@
  * You should have received a copy of the GNU General Public License 
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ * History:
+ * -------
+ *
+ * 2003-03-15: Duplicate algorithm in dig_cred_t removed (janakj)
  */
 
 
@@ -84,7 +89,6 @@ typedef struct dig_cred {
 	str nonce;                  /* Nonce value */
 	str uri;                    /* URI */
 	str response;               /* Response string */
-	str algorithm;              /* Algorithm in string representation */
 	struct algorithm alg;       /* Type of algorithm used */
 	str cnonce;                 /* Cnonce value */
 	str opaque;                 /* Opaque data string */