aboutsummaryrefslogtreecommitdiff
path: root/src/or/onion_fast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/onion_fast.h')
-rw-r--r--src/or/onion_fast.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/or/onion_fast.h b/src/or/onion_fast.h
index 8c078378d2..d50d503a73 100644
--- a/src/or/onion_fast.h
+++ b/src/or/onion_fast.h
@@ -1,7 +1,7 @@
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
- * Copyright (c) 2007-2013, The Tor Project, Inc. */
+ * Copyright (c) 2007-2015, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
@@ -32,7 +32,8 @@ int fast_server_handshake(const uint8_t *message_in,
int fast_client_handshake(const fast_handshake_state_t *handshake_state,
const uint8_t *handshake_reply_out,
uint8_t *key_out,
- size_t key_out_len);
+ size_t key_out_len,
+ const char **msg_out);
#endif