diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-04-06 20:16:12 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-04-06 20:16:12 +0000 |
commit | 6290d027c97ecdf2b6c75762fcc226ea006d0be3 (patch) | |
tree | c2dcd168ab8cbb708b1133a55eb24f8b7db5f1a6 /src/common/util.h | |
parent | ce51a30adc4392cff170c4ef22fb396cd09dbeaa (diff) | |
download | tor-6290d027c97ecdf2b6c75762fcc226ea006d0be3.tar tor-6290d027c97ecdf2b6c75762fcc226ea006d0be3.tar.gz |
Continue attack on magic numbers; use new crypto wrappers where possible
svn:r1504
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h index de73eb742..48f06e424 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -95,6 +95,7 @@ void set_uint32(char *cp, uint32_t v); #endif void hex_encode(const char *from, int fromlen, char *to); +const char *hex_str(const char *from, int fromlen); typedef struct smartlist_t smartlist_t; |