Commit 894dbae4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added stale boolean to the digest struct

parent 2c114258
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -173,6 +173,7 @@ struct digestdata {
  char *cnonce;
  char *realm;
  int algo;
  bool stale; /* set true for re-negotiation */
};

typedef enum {