修正笔误

This commit is contained in:
zhengchao
2019-07-26 13:55:50 +06:00
committed by luwenpeng
parent 30fd8889a8
commit 7c12f06b29

View File

@@ -405,7 +405,7 @@ struct ssl_service_cache* ssl_service_cache_create(unsigned int slot_size, unsig
}
cache->cli_st_hash=saved[0];
cache->srv_st_hash=saved[1];
cache->app_st_hash=saved[3];
cache->app_st_hash=saved[2];
return cache;
}
void ssl_service_cache_destroy(struct ssl_service_cache* cache)