Skip to content

Commit

Permalink
httpauth: remove unused enum
Browse files Browse the repository at this point in the history
  • Loading branch information
cHuberCoffee committed Oct 19, 2023
1 parent bfa1812 commit 09cfe5c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/httpauth/digest.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
#include <re_httpauth.h>


enum {
CNONCE_NC_SIZE = 9, /* 8 characters + '\0' */
};


typedef void (digest_decode_h)(const struct pl *name, const struct pl *val,
void *arg);

Expand Down

0 comments on commit 09cfe5c

Please sign in to comment.