1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Release 2.1.0-beta783

This commit is contained in:
Werner Koch 2014-08-14 17:08:03 +02:00
parent fe9ff33b9d
commit a13198d9bc
2 changed files with 29 additions and 5 deletions

View file

@ -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) ") )