]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - src/tlsproxy.h
src/connection.c,src/verify.c: Use a constant for path length.
[tlsproxy/tlsproxy.git] / src / tlsproxy.h
index 970b08d615966fecc178e569d430817f85eff39b..59b4a70f1656f926c92475bc04371b3318b451fa 100644 (file)
@@ -31,6 +31,8 @@
 
 #include "log.h"
 
+/* Length for path arrays. */
+#define TLSPROXY_MAX_PATH_LENGTH 1024
 
 /* Paths to necessary TLS files: the CA and the server key. */
 #define PROXY_CA_FILE  "proxy-ca.pem"