X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_local.h;h=d8b25bb4e880378bc3b8ec5c8ea8e10e90fff523;hp=a7e0d711796105895204159a17afb455d4b508db;hb=c0bfc473d80ef2e053032510149d9e5b9d81dd72;hpb=4f6c704495248d4e61b7668201e3bef47a45e35f diff --git a/ssl/ssl_local.h b/ssl/ssl_local.h index a7e0d71179..d8b25bb4e8 100644 --- a/ssl/ssl_local.h +++ b/ssl/ssl_local.h @@ -1760,6 +1760,7 @@ typedef struct sigalg_lookup_st { typedef struct tls_group_info_st { int nid; /* Curve NID */ + const char *keytype; int secbits; /* Bits of security (from SP800-57) */ uint32_t flags; /* For group type and applicable TLS versions */ uint16_t group_id; /* Group ID */