diff options
author | venaas <venaas> | 2008-09-08 07:36:47 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-09-08 07:36:47 +0000 |
commit | 41c205f9f1721a2234c233eef303e7a9febae56c (patch) | |
tree | 5be141766ad03dceb8079b25ad129635fa291af3 /radsecproxy.h | |
parent | df5a67b52637a059d2fbadf25ca348cd0c23b114 (diff) |
more variable renaming
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@364 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index e841da2..3e7e91c 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -90,7 +90,8 @@ struct clsrvconf { uint8_t retrycount; uint8_t certnamecheck; SSL_CTX *ssl_ctx; - struct rewrite *rewrite; + struct rewrite *rewritein; + struct rewrite *rewriteout; struct addrinfo *addrinfo; uint8_t prefixlen; struct list *clients; |