diff options
author | worktycho <work.tycho@gmail.com> | 2014-06-04 13:23:28 +0200 |
---|---|---|
committer | worktycho <work.tycho@gmail.com> | 2014-06-04 13:23:28 +0200 |
commit | 2de36c8ccc058429c74e139a97d832c29e04b8fb (patch) | |
tree | 612af1395f17af0c2fb7efff7fc9fa5f63d6bfca /src/PolarSSL++/AesCfb128Decryptor.h | |
parent | Fixed buffer overflow in JSON. (diff) | |
parent | derp (diff) | |
download | cuberite-2de36c8ccc058429c74e139a97d832c29e04b8fb.tar cuberite-2de36c8ccc058429c74e139a97d832c29e04b8fb.tar.gz cuberite-2de36c8ccc058429c74e139a97d832c29e04b8fb.tar.bz2 cuberite-2de36c8ccc058429c74e139a97d832c29e04b8fb.tar.lz cuberite-2de36c8ccc058429c74e139a97d832c29e04b8fb.tar.xz cuberite-2de36c8ccc058429c74e139a97d832c29e04b8fb.tar.zst cuberite-2de36c8ccc058429c74e139a97d832c29e04b8fb.zip |
Diffstat (limited to 'src/PolarSSL++/AesCfb128Decryptor.h')
-rw-r--r-- | src/PolarSSL++/AesCfb128Decryptor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PolarSSL++/AesCfb128Decryptor.h b/src/PolarSSL++/AesCfb128Decryptor.h index 68c203d70..84c790b83 100644 --- a/src/PolarSSL++/AesCfb128Decryptor.h +++ b/src/PolarSSL++/AesCfb128Decryptor.h @@ -19,7 +19,6 @@ class cAesCfb128Decryptor { public: - Byte test; cAesCfb128Decryptor(void); ~cAesCfb128Decryptor(); |