summaryrefslogtreecommitdiff
path: root/curve.h
diff options
context:
space:
mode:
Diffstat (limited to 'curve.h')
-rw-r--r--curve.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/curve.h b/curve.h
index a79f992..a754c9b 100644
--- a/curve.h
+++ b/curve.h
@@ -15,8 +15,8 @@ struct curve25519_proto {
};
struct curve25519_struct {
- unsigned char *enc_buf, *dec_buf;
- size_t enc_buf_size, dec_buf_size;
+ unsigned char *enc, *dec;
+ size_t enc_size, dec_size;
struct spinlock enc_lock, dec_lock;
};