aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keygen.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-08-14 15:08:03 +0000
committerWerner Koch <[email protected]>2014-08-14 15:16:21 +0000
commita13198d9bcee368a8de7a401feb017efc83ff795 (patch)
tree1e84f643e9c61b2f91d098e19faa447b316efc0e /g10/keygen.c
parentpo: Update the German (de) translation (diff)
downloadgnupg-2.1.0-beta783.tar.gz
gnupg-2.1.0-beta783.zip
Release 2.1.0-beta783gnupg-2.1.0-beta783
Diffstat (limited to '')
-rw-r--r--g10/keygen.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/g10/keygen.c b/g10/keygen.c
index ed11a2fff..1bf534837 100644
--- a/g10/keygen.c
+++ b/g10/keygen.c
@@ -2208,7 +2208,9 @@ ask_curve (int *algo, int both)
log_info ("WARNING: Curve25519 is an experimental algorithm"
" and not yet standardized.\n");
log_info (" The key format will eventually change"
- " and render this key unusable!\n\n");
+ " and render this key unusable!\n");
+ log_info (" You also need a recent development version"
+ " of Libgcrypt.\n");
if (!cpr_get_answer_is_yes("experimental_curve.override",
"Use this curve anyway? (y/N) ") )