diff options
| author | default <nobody@localhost> | 2023-01-11 09:38:19 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2023-01-11 09:38:19 +0100 |
| commit | 1aac24ca756be5305f0895f7ebfc12a989773975 (patch) | |
| tree | c0a332a2ba2c8df2e307263dca5a73701d381504 /snac.h | |
| parent | 1438d046a591f88266aac43031c954efe6f0623c (diff) | |
More keyId/signature tweaks.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ d_char *http_signed_request(snac *snac, char *method, char *url, d_char *headers, d_char *body, int b_size, int *status, d_char **payload, int *p_size); -int check_signature(snac *snac, char *req, char *actor); +int check_signature(snac *snac, char *req); void httpd(void); |