提交 e3831cf2 authored 作者: Viktor Krikun's avatar Viktor Krikun 提交者: Travis Cross

Increase default cache file path length to 256 characters

上级 5ae7ebc1
...@@ -142,7 +142,7 @@ typedef struct zrtp_config_t ...@@ -142,7 +142,7 @@ typedef struct zrtp_config_t
zrtp_callback_t cb; zrtp_callback_t cb;
/** @brief Path to zrtp cache file (set if you use built-in realization) */ /** @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; } zrtp_config_t;
/** /**
......
...@@ -359,7 +359,7 @@ struct zrtp_global_t ...@@ -359,7 +359,7 @@ struct zrtp_global_t
/** RNG unit initialization flag. */ /** RNG unit initialization flag. */
uint8_t rand_initialized; 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 */ /** This object is used to protect the shared RNG hash zrtp#rand_ctx */
zrtp_mutex_t* rng_protector; zrtp_mutex_t* rng_protector;
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#define LIBZRTP_VERSION_MAJOR 1 #define LIBZRTP_VERSION_MAJOR 1
#define LIBZRTP_VERSION_MINOR 10 #define LIBZRTP_VERSION_MINOR 10
#define LIBZRTP_VERSION_BUILD 593 #define LIBZRTP_VERSION_BUILD 594
#define LIBZRTP_VERSION_STR "v1.10 593" #define LIBZRTP_VERSION_STR "v1.10 594"
#endif /*__ZRTP_VERSION_H__*/ #endif /*__ZRTP_VERSION_H__*/
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论