blob: 56876a97d8ff5d29b89d2f1a13773617d30ebfdd (
plain)
1
2
3
4
5
6
7
8
|
#ifndef GNUTLS_LIB_EXT_PSK_KE_MODES_H
#define GNUTLS_LIB_EXT_PSK_KE_MODES_H
#include <hello_ext.h>
extern const hello_ext_entry_st ext_mod_psk_ke_modes;
#endif /* GNUTLS_LIB_EXT_PSK_KE_MODES_H */
|