Skip to content
Snippets Groups Projects
Commit e9254430 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

My copy of cpp is not DWIM-compliant; I guess, as a workaround, I should...

My copy of cpp is not DWIM-compliant; I guess, as a workaround, I should define constants before using them.


svn:r343
parent 04b87148
No related branches found
No related tags found
No related merge requests found
......@@ -215,6 +215,8 @@ int connection_or_handle_listener_read(connection_t *conn) {
#define FLAGS_LEN 2
#define BANDWIDTH_LEN 4
#define KEY_LEN 16
#define ADDR_LEN 4
#define PORT_LEN 2
#define PKEY_LEN 128
static int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment