I'd considered moving all the relevant functions to crypt_path.c,
but after some experimentation it didn't seem to improve matters.
* @brief Header for relay_crypto.c
**/
+// For access to cpath pvt_crypto field.
+#define CRYPT_PATH_PRIVATE
+
#include "core/or/or.h"
#include "core/or/circuitlist.h"
#include "core/or/crypt_path.h"
#include "core/or/or_circuit_st.h"
#include "core/or/origin_circuit_st.h"
-// XXXX: Remove this definition once I'm done refactoring.
-#define pvt_crypto crypto_crypt_path_private_field
-
#define CGO_AES_BITS 128
/** Return the sendme tag within the <b>crypto</b> object,