=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/signify/ge25519.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/signify/ge25519.h 2014/07/22 00:41:19 1.1 --- src/usr.bin/signify/ge25519.h 2015/02/16 18:26:26 1.2 *************** *** 1,4 **** ! /* $OpenBSD: ge25519.h,v 1.1 2014/07/22 00:41:19 deraadt Exp $ */ /* * Public Domain, Authors: Daniel J. Bernstein, Niels Duif, Tanja Lange, --- 1,4 ---- ! /* $OpenBSD: ge25519.h,v 1.2 2015/02/16 18:26:26 miod Exp $ */ /* * Public Domain, Authors: Daniel J. Bernstein, Niels Duif, Tanja Lange, *************** *** 28,34 **** fe25519 t; } ge25519; ! const ge25519 ge25519_base; int ge25519_unpackneg_vartime(ge25519 *r, const unsigned char p[32]); --- 28,34 ---- fe25519 t; } ge25519; ! extern const ge25519 ge25519_base; int ge25519_unpackneg_vartime(ge25519 *r, const unsigned char p[32]);