]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/ssl_local.h
Make supported_groups code independent of EC and DH
[thirdparty/openssl.git] / ssl / ssl_local.h
index 4138f4eaa32f900464c900e61a72ede5750788e1..87a4f428f876eba557a506d7be17b6dfa2b770de 100644 (file)
@@ -2661,7 +2661,7 @@ __owur int tls1_set_groups_list(SSL_CTX *ctx, uint16_t **pext, size_t *pextlen,
                                 const char *str);
 __owur EVP_PKEY *ssl_generate_pkey_group(SSL *s, uint16_t id);
 __owur int tls_valid_group(SSL *s, uint16_t group_id, int minversion,
-                           int maxversion);
+                           int maxversion, int isec, int *okfortls13);
 __owur EVP_PKEY *ssl_generate_param_group(SSL *s, uint16_t id);
 #  ifndef OPENSSL_NO_EC
 void tls1_get_formatlist(SSL *s, const unsigned char **pformats,