]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Increase default cache file path length to 256 characters
authorViktor Krikun <v.krikun@zfoneproject.com>
Tue, 4 May 2010 15:01:40 +0000 (15:01 +0000)
committerTravis Cross <tc@traviscross.com>
Sat, 31 Mar 2012 18:51:59 +0000 (18:51 +0000)
include/zrtp.h
include/zrtp_types.h
include/zrtp_version.h

index 7d09b95514c2bc7dfa45973a046d43bdda2e8b7f..2927b2a4aa9a034f096282775ee90f5c542ffda7 100644 (file)
@@ -142,7 +142,7 @@ typedef struct zrtp_config_t
        zrtp_callback_t                 cb;
 
        /** @brief Path to zrtp cache file (set if you use built-in realization) */
-       zrtp_string128_t                def_cache_path;
+       zrtp_string256_t                def_cache_path;
 } zrtp_config_t;
 
 /**
index 674a2c91bf73bca79ccd21f7e9dfdd2218ee1c74..817caafa1d2cd8d6edf72b348431a0803323c6e0 100644 (file)
@@ -359,7 +359,7 @@ struct zrtp_global_t
     /** RNG unit initialization flag. */
     uint8_t                                    rand_initialized;
 
-       zrtp_string128_t                def_cache_path;
+       zrtp_string256_t                def_cache_path;
        
     /** This object is used to protect the shared RNG hash zrtp#rand_ctx */
     zrtp_mutex_t*                      rng_protector;
index 62c6e0c49f767039ca3e5138ff80e30e91e35bbe..3f4640e6597e10054e82b8e5464b197f57db26e9 100644 (file)
@@ -13,7 +13,7 @@
 #define LIBZRTP_VERSION_MAJOR          1
 
 #define LIBZRTP_VERSION_MINOR          10
-#define LIBZRTP_VERSION_BUILD          593
-#define LIBZRTP_VERSION_STR                    "v1.10 593"
+#define LIBZRTP_VERSION_BUILD          594
+#define LIBZRTP_VERSION_STR                    "v1.10 594"
 
 #endif /*__ZRTP_VERSION_H__*/