summaryrefslogtreecommitdiff
path: root/src/libgcrypt.vers
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-04-18 12:59:00 +0000
committerWerner Koch <wk@gnupg.org>2007-04-18 12:59:00 +0000
commitf4598e52aeb88c1c7511d6ec106c285c096c8ed2 (patch)
tree7abc3a8711facf8fac5375206c4b30f0ee35ee61 /src/libgcrypt.vers
parent591697fc7621e8aa16abb3f60dc297ea9af1048f (diff)
downloadlibgcrypt-f4598e52aeb88c1c7511d6ec106c285c096c8ed2.tar.gz
Enhanced support for ECDSA.
Along with the latest libksba it is now possible for gpgsm to import an ECC certificate.
Diffstat (limited to 'src/libgcrypt.vers')
-rw-r--r--src/libgcrypt.vers1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libgcrypt.vers b/src/libgcrypt.vers
index 11639524..227f669d 100644
--- a/src/libgcrypt.vers
+++ b/src/libgcrypt.vers
@@ -82,6 +82,7 @@ GCRYPT_1.2 {
gcry_sexp_new; gcry_sexp_nth; gcry_sexp_nth_data;
gcry_sexp_nth_mpi; gcry_sexp_prepend; gcry_sexp_release;
gcry_sexp_sprint; gcry_sexp_sscan; gcry_sexp_vlist;
+ gcry_sexp_nth_string;
gcry_mpi_add; gcry_mpi_add_ui; gcry_mpi_addm; gcry_mpi_aprint;
gcry_mpi_clear_bit; gcry_mpi_clear_flag; gcry_mpi_clear_highbit;