Description: upstream: fix build with gcc-10
Origin: Gentoo
Forwarded: https://sourceforge.net/p/pam-ssh/bugs/18/
Author: Jeroen Roovers <jer@gentoo.org>
Last-Update: 2020-11-12

--- a/ge25519.h
+++ b/ge25519.h
@@ -28,7 +28,7 @@
   fe25519 t;
 } ge25519;
 
-const ge25519 ge25519_base;
+extern const ge25519 ge25519_base;
 
 int ge25519_unpackneg_vartime(ge25519 *r, const unsigned char p[32]);
 
