diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-01-29 19:27:08 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-01-29 19:27:08 +0000 |
commit | c4e10c1278a880f168257efb1d8fdf317d3c294c (patch) | |
tree | c10f7786710139b0d6119fbe4ce16b2687c34446 /src/libutil/http.h | |
parent | 17e047e1d0f5a84f2503f1550293213a4d4a6505 (diff) | |
download | rspamd-c4e10c1278a880f168257efb1d8fdf317d3c294c.tar.gz rspamd-c4e10c1278a880f168257efb1d8fdf317d3c294c.zip |
Add routine to parse remote pubkeys.
Diffstat (limited to 'src/libutil/http.h')
-rw-r--r-- | src/libutil/http.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/http.h b/src/libutil/http.h index 7de3b2f68..b52671e10 100644 --- a/src/libutil/http.h +++ b/src/libutil/http.h @@ -195,6 +195,8 @@ GString *rspamd_http_connection_print_key (gpointer key, guint how); */ void rspamd_http_connection_key_destroy (gpointer key); +GString *rspamd_http_connection_make_peer_key (const gchar *key); + /** * Handle a request using socket fd and user data ud * @param conn connection structure |