1 --- server/replay_cache.c.orig Wed Sep 5 06:04:48 2012
2 +++ server/replay_cache.c Sat Sep 8 09:46:56 2012
3 @@ -565,7 +565,6 @@ is_replay_dbm_cache(fko_srv_options_t *opts, char *dig
8 int digest_len, res = SPA_MSG_SUCCESS;
10 digest_cache_info_t dc_info;
11 @@ -638,7 +637,6 @@ add_replay_dbm_cache(fko_srv_options_t *opts, char *di
15 - char *digest = NULL;
16 int digest_len, res = SPA_MSG_SUCCESS;
18 digest_cache_info_t dc_info;
19 @@ -705,7 +703,7 @@ add_replay_dbm_cache(fko_srv_options_t *opts, char *di
22 #endif /* NO_DIGEST_CACHE */
25 #endif /* USE_FILE_CACHE */