]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/ssl_local.h
Use the libctx for all EVP_PKEY_CTX operations
[thirdparty/openssl.git] / ssl / ssl_local.h
index a7e0d711796105895204159a17afb455d4b508db..d8b25bb4e880378bc3b8ec5c8ea8e10e90fff523 100644 (file)
@@ -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 */