summaryrefslogtreecommitdiff
path: root/curve.h
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-15 19:46:13 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-15 19:46:40 +0200
commit46c1979e8acff1747137d4206f9f09e38d48e231 (patch)
tree4b5e934bcb30cc23d840c7cbdc26879f432a9390 /curve.h
parentf03b8d19313323bf66c48cb9c75c0394705686b6 (diff)
curve: minor: fix typo in variable
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
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 aa159e8..d9c2584 100644
--- a/curve.h
+++ b/curve.h
@@ -31,10 +31,10 @@ extern int curve25519_pubkey_hexparse_32(unsigned char *bin, size_t blen,
extern ssize_t curve25519_encode(struct curve25519_struct *curve,
struct curve25519_proto *proto,
unsigned char *plaintext, size_t size,
- unsigned char **chipertext);
+ unsigned char **ciphertext);
extern ssize_t curve25519_decode(struct curve25519_struct *curve,
struct curve25519_proto *proto,
- unsigned char *chipertext, size_t size,
+ unsigned char *ciphertext, size_t size,
unsigned char **plaintext,
struct taia *arrival_taia);