blob: 99f73aff1b80e30eca08f3dfb41832133410e551 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* this is not to be included by gnutls_anon.c */
extern MOD_AUTH_STRUCT srp_auth_struct;
typedef struct {
char* username;
char* password;
} SRP_CLIENT_CREDENTIALS;
typedef struct {
char* password_file;
char* password_conf_file;
} SRP_SERVER_CREDENTIALS;
|