summaryrefslogtreecommitdiff
path: root/ge25519.h
diff options
context:
space:
mode:
Diffstat (limited to 'ge25519.h')
-rw-r--r--ge25519.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ge25519.h b/ge25519.h
index 64f63c6f8..a09763760 100644
--- a/ge25519.h
+++ b/ge25519.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ge25519.h,v 1.3 2013/12/09 11:03:45 markus Exp $ */ 1/* $OpenBSD: ge25519.h,v 1.4 2015/02/16 18:26:26 miod Exp $ */
2 2
3/* 3/*
4 * Public Domain, Authors: Daniel J. Bernstein, Niels Duif, Tanja Lange, 4 * Public Domain, Authors: Daniel J. Bernstein, Niels Duif, Tanja Lange,
@@ -28,7 +28,7 @@ typedef struct
28 fe25519 t; 28 fe25519 t;
29} ge25519; 29} ge25519;
30 30
31const ge25519 ge25519_base; 31extern const ge25519 ge25519_base;
32 32
33int ge25519_unpackneg_vartime(ge25519 *r, const unsigned char p[32]); 33int ge25519_unpackneg_vartime(ge25519 *r, const unsigned char p[32]);
34 34