You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-auth/pam_ssh/files/pam_ssh-gcc10-fix.patch

12 lines
218 B

--- 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]);