diff options
Diffstat (limited to 'g10/export.c')
-rw-r--r-- | g10/export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/export.c b/g10/export.c index ba3521f2f..6930f9722 100644 --- a/g10/export.c +++ b/g10/export.c @@ -627,7 +627,7 @@ canon_pk_algo (enum gcry_pk_algos algo) } -static gpg_error_t +gpg_error_t sexp_extract_param_sos (gcry_sexp_t sexp, const char *param, gcry_mpi_t *r_sos) { gpg_error_t err; |