This commit is contained in:
zzz
2012-09-28 18:42:17 +00:00
parent 1a50b6243d
commit e3133d88d7

View File

@ -705,6 +705,9 @@ public class I2PAppContext {
* There is absolutely no good reason to make this context specific, * There is absolutely no good reason to make this context specific,
* other than for consistency, and perhaps later we'll want to * other than for consistency, and perhaps later we'll want to
* include some stats. * include some stats.
*
* DEPRECATED - non-standard and used only by SSU.
* To be moved from context to SSU.
*/ */
public HMACGenerator hmac() { public HMACGenerator hmac() {
if (!_hmacInitialized) if (!_hmacInitialized)