Signed-off-by: peonix <ajeetsinghchahar2@gmail.com>
#ifndef GNUTLS_LIB_EXT_EXT_MASTER_SECRET_H
# define GNUTLS_LIB_EXT_EXT_MASTER_SECRET_H
+/* Keep backward compatibility */
+# define GNUTLS_NO_EXTENSIONS GNUTLS_NO_DEFAULT_EXTENSIONS
+
# include <hello_ext.h>
extern const hello_ext_entry_st ext_mod_ext_master_secret;
# define DEFAULT_CERT_TYPE GNUTLS_CRT_X509
+/* Keep backward compatibility */
+# define GNUTLS_NO_EXTENSIONS GNUTLS_NO_DEFAULT_EXTENSIONS
+
#endif /* GNUTLS_LIB_STATE_H */
return;
}
+/* Keeps backward compatibility */
+#define GNUTLS_NO_EXTENSIONS GNUTLS_NO_DEFAULT_EXTENSIONS
+
static void cmd_parser(int argc, char **argv)
{
char *rest = NULL;
# define MAX_BUF 1024
+/* Keep backward compatibility */
+# define GNUTLS_NO_EXTENSIONS GNUTLS_NO_DEFAULT_EXTENSIONS
+
static void client(int fd, const char *prio)
{
int ret;