diff options
Diffstat (limited to 'myproposal.h')
-rw-r--r-- | myproposal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myproposal.h b/myproposal.h index 8b2417972..9611d8951 100644 --- a/myproposal.h +++ b/myproposal.h | |||
@@ -6,7 +6,7 @@ | |||
6 | #define KEX_DEFAULT_LANG "" | 6 | #define KEX_DEFAULT_LANG "" |
7 | 7 | ||
8 | 8 | ||
9 | static const char *myproposal[PROPOSAL_MAX] = { | 9 | static char *myproposal[PROPOSAL_MAX] = { |
10 | KEX_DEFAULT_KEX, | 10 | KEX_DEFAULT_KEX, |
11 | KEX_DEFAULT_PK_ALG, | 11 | KEX_DEFAULT_PK_ALG, |
12 | KEX_DEFAULT_ENCRYPT, | 12 | KEX_DEFAULT_ENCRYPT, |