Changeset View
Changeset View
Standalone View
Standalone View
agent/sexp-secret.c
| Context not available. | |||||
| return gpg_error (GPG_ERR_INV_SEXP); | return gpg_error (GPG_ERR_INV_SEXP); | ||||
| else if (!*s /* Leading 0x00 added at the front for classic curve */ | else if (!*s /* Leading 0x00 added at the front for classic curve */ | ||||
| && strcmp (curve_name, "Ed25519") | && strcmp (curve_name, "Ed25519") | ||||
| && strcmp (curve_name, "Ed448") | |||||
| && strcmp (curve_name, "X448")) | && strcmp (curve_name, "X448")) | ||||
| { | { | ||||
| size_t numsize; | size_t numsize; | ||||
| Context not available. | |||||