summaryrefslogtreecommitdiff
path: root/radsecproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'radsecproxy.h')
-rw-r--r--radsecproxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/radsecproxy.h b/radsecproxy.h
index c6b2b19..4202d48 100644
--- a/radsecproxy.h
+++ b/radsecproxy.h
@@ -79,6 +79,7 @@ struct peer {
char *host;
char *port;
char *secret;
+ regex_t *certuriregex;
SSL *ssl;
SSL_CTX *ssl_ctx;
struct addrinfo *addrinfo;
@@ -128,9 +129,8 @@ struct tls {
sizeof(struct sockaddr_in) : \
sizeof(struct sockaddr_in6))
-void errx(char *format, ...);
-void err(char *format, ...);
char *stringcopy(char *s, int len);
char *addr2string(struct sockaddr *addr, socklen_t len);
+void printfchars(char *prefixfmt, char *prefix, char *charfmt, char *chars, int len);
int bindport(int type, char *port);
int connectport(int type, char *host, char *port);