diff options
author | venaas <venaas> | 2007-02-13 11:02:07 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-02-13 11:02:07 +0000 |
commit | 1a36791c7048a08566abd3074f1523e2e234a8cd (patch) | |
tree | d4776e65d3ecd24f52678a085b7fd36c7ca3bf4b /radsecproxy.h | |
parent | 7972697f22f2aac4d0364261282a5d43c0385dc3 (diff) |
removed warnings, add some typecasts
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@55 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index dd67844..ac5ec56 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -62,7 +62,7 @@ struct request { uint8_t received; struct timeval expiry; struct client *from; - char *messageauthattrval; + unsigned char *messageauthattrval; uint8_t origid; /* used by servwr */ char origauth[16]; /* used by servwr */ struct sockaddr_storage fromsa; /* used by udpservwr */ |