diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-03-09 01:14:10 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-07-20 23:52:52 +0200 |
| commit | fdf6dc246460504ce3ead44f79f4df0ab5edd918 (patch) | |
| tree | a01822b47b6bad0bb2f2de30be700a322cb3d5e6 | |
| parent | d4c74686b09760fd151b53879c6747118be80ed6 (diff) | |
Move decode_hex into its own file
- Error detection against strotul(3) has been improved, as done in other
places.
- New function encode_hex has been implemented, which will be used
by future commits.
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ OBJECTS = \ base64.o \ cftw.o \ handler.o \ + hex.o \ html.o \ http.o \ jwt.o \ |
