diff options
Diffstat (limited to 'src/authAlgo.h')
-rw-r--r-- | src/authAlgo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/authAlgo.h b/src/authAlgo.h index 1c7fa1b..c616f84 100644 --- a/src/authAlgo.h +++ b/src/authAlgo.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner <satp@wirdorange.org> * * This file is part of Anytun. @@ -100,7 +100,7 @@ private: #else HMAC_CTX ctx_; #endif - + Buffer key_; }; #endif |