diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-18 09:47:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-18 09:47:36 -0400 |
commit | 988d208814e68162d78f66a033940f715a24834a (patch) | |
tree | f5f64e1f84b92b27b906a9c74806aac847702ab4 /src/trunnel/pwbox.h | |
parent | a7de5bd02e54afcacc9d7e5a7a95fd8856228c5b (diff) | |
download | tor-988d208814e68162d78f66a033940f715a24834a.tar.gz tor-988d208814e68162d78f66a033940f715a24834a.zip |
Update to latest trunnel
Diffstat (limited to 'src/trunnel/pwbox.h')
-rw-r--r-- | src/trunnel/pwbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trunnel/pwbox.h b/src/trunnel/pwbox.h index 4dfb364908..c357932681 100644 --- a/src/trunnel/pwbox.h +++ b/src/trunnel/pwbox.h @@ -1,4 +1,4 @@ -/* pwbox.h -- generated by by Trunnel v1.4.2. +/* pwbox.h -- generated by by Trunnel v1.4.3. * https://gitweb.torproject.org/trunnel.git * You probably shouldn't edit this file. */ @@ -49,7 +49,7 @@ ssize_t pwbox_encoded_encoded_len(const pwbox_encoded_t *obj); * success, return the number of bytes used. On failure, return -2 if * the buffer was not long enough, and -1 if the input was invalid. */ -ssize_t pwbox_encoded_encode(uint8_t *output, const size_t avail, const pwbox_encoded_t *input); +ssize_t pwbox_encoded_encode(uint8_t *output, size_t avail, const pwbox_encoded_t *input); /** Check whether the internal state of the pwbox_encoded in 'obj' is * consistent. Return NULL if it is, and a short message if it is not. */ |