summaryrefslogtreecommitdiff
path: root/pathd/path_pcep.h
diff options
context:
space:
mode:
Diffstat (limited to 'pathd/path_pcep.h')
-rw-r--r--pathd/path_pcep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathd/path_pcep.h b/pathd/path_pcep.h
index 654d089cbc..d0af674ff9 100644
--- a/pathd/path_pcep.h
+++ b/pathd/path_pcep.h
@@ -84,7 +84,7 @@ DECLARE_MTYPE(PCEP);
struct pcep_config_group_opts {
char name[64];
- char tcp_md5_auth[TCP_MD5SIG_MAXKEYLEN];
+ char tcp_md5_auth[PCEP_MD5SIG_MAXKEYLEN];
struct ipaddr source_ip;
short source_port;
bool draft07;