fix key copy

This commit is contained in:
2025-11-21 21:59:08 +01:00
parent 22ac094680
commit f604b51d72
2 changed files with 2 additions and 6 deletions

View File

@@ -61,7 +61,6 @@ class cipher {
Rijndael rijn;
MD5Digest dig;
unsigned char key[32];
string blah;
const char* error(int num);
public: