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;
/**
/** 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;
#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__*/