]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - ssh.h
GTK 3.20 compatibility: switch to gdk_seat_grab.
[PuTTY.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 75aad70ba82beddc788da304ef1c4250c6d6b1de..7a7e8576e011963b88fe8c15a6c781d319bd1c62 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -155,6 +155,7 @@ struct ec_curve {
 const struct ssh_signkey *ec_alg_by_oid(int len, const void *oid,
                                         const struct ec_curve **curve);
 const unsigned char *ec_alg_oid(const struct ssh_signkey *alg, int *oidlen);
+extern const int ec_nist_curve_lengths[], n_ec_nist_curve_lengths;
 const int ec_nist_alg_and_curve_by_bits(int bits,
                                         const struct ec_curve **curve,
                                         const struct ssh_signkey **alg);