[git] GCRYPT - branch, master, updated. libgcrypt-1.5.0-182-g065d446

by Jussi Kivilinna cvs at cvs.gnupg.org
Wed Aug 7 10:18:55 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU crypto library".

The branch, master has been updated
       via  065d446478bf68553339fc77a89b8369bd110a18 (commit)
      from  9a421813123a2f5db0a91eaee4a45138efc9ad34 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 065d446478bf68553339fc77a89b8369bd110a18
Author: Jussi Kivilinna <jussi.kivilinna at iki.fi>
Date:   Wed Aug 7 10:36:41 2013 +0300

    Fix building on W32 (cannot export symbol 'gcry_sexp_get_buffer')
    
    * src/libgcrypt.def: Change 'gcry_sexp_get_buffer' to
    'gcry_sexp_nth_buffer'.
    --
    
    Commit 2d3e8d4d9 "sexp: Add function gcry_sexp_nth_buffer." added
    'gcry_sexp_get_buffer' to libgcrypt.def, when it should have been
    'gcry_sexp_nth_buffer'.
    
    Signed-off-by: Jussi Kivilinna <jussi.kivilinna at iki.fi>

diff --git a/src/libgcrypt.def b/src/libgcrypt.def
index bbc8f43..f275ae9 100644
--- a/src/libgcrypt.def
+++ b/src/libgcrypt.def
@@ -237,7 +237,7 @@ EXPORTS
 
       _gcry_mpi_get_const       @213
 
-      gcry_sexp_get_buffer      @214
+      gcry_sexp_nth_buffer      @214
 
 
 ;; end of file with public symbols for Windows.

-----------------------------------------------------------------------

Summary of changes:
 src/libgcrypt.def |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org




More information about the Gnupg-commits mailing list