Sfoglia il codice sorgente

Duplicate algorithm field removed

Jan Janak 22 anni fa
parent
commit
8cc44bf9ce
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  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 
  * You should have received a copy of the GNU General Public License 
  * along with this program; if not, write to the Free Software 
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  * 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 nonce;                  /* Nonce value */
 	str uri;                    /* URI */
 	str uri;                    /* URI */
 	str response;               /* Response string */
 	str response;               /* Response string */
-	str algorithm;              /* Algorithm in string representation */
 	struct algorithm alg;       /* Type of algorithm used */
 	struct algorithm alg;       /* Type of algorithm used */
 	str cnonce;                 /* Cnonce value */
 	str cnonce;                 /* Cnonce value */
 	str opaque;                 /* Opaque data string */
 	str opaque;                 /* Opaque data string */