summaryrefslogtreecommitdiff
path: root/selftest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'selftest.cpp')
-rw-r--r--selftest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/selftest.cpp b/selftest.cpp
index 4991aef7..9e219db7 100644
--- a/selftest.cpp
+++ b/selftest.cpp
@@ -461,8 +461,8 @@ static int testPacket()
unsigned char salsaKey[32],hmacKey[32];
Packet a,b;
- a.zeroAll();
- b.zeroAll();
+ a.burn();
+ b.burn();
for(unsigned int i=0;i<32;++i) {
salsaKey[i] = (unsigned char)rand();