Add SSL_get0_group_name() to get name of the group used for KEX
[openssl.git] / include / openssl / ssl.h.in
index bf5ff7c06b34ab1585af4542b61bad1307ed2d6b..beedd8956d60b4c6f8348b449055967933a16905 100644 (file)
@@ -1504,6 +1504,7 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
 # define SSL_get_max_proto_version(s) \
         SSL_ctrl(s, SSL_CTRL_GET_MAX_PROTO_VERSION, 0, NULL)
 
+const char *SSL_get0_group_name(SSL *s);
 const char *SSL_group_to_name(SSL *s, int id);
 
 /* Backwards compatibility, original 1.1.0 names */