Changeset View
Changeset View
Standalone View
Standalone View
g10/export.c
| Context not available. | |||||
| log_error ("no curve name\n"); | log_error ("no curve name\n"); | ||||
| return gpg_error (GPG_ERR_UNKNOWN_CURVE); | return gpg_error (GPG_ERR_UNKNOWN_CURVE); | ||||
| } | } | ||||
| if (!strcmp (curve_str, "Ed448")) | |||||
| is_eddsa = 1; | |||||
| oidstr = openpgp_curve_to_oid (curve_str, NULL, NULL); | oidstr = openpgp_curve_to_oid (curve_str, NULL, NULL); | ||||
| if (!oidstr) | if (!oidstr) | ||||
| { | { | ||||
| Context not available. | |||||