[Pkg-gnupg-commit] [gpgme] 63/103: gpgconf: Fix symbol export.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Dec 14 18:53:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit 97a1abe72e73f85bbf922fa588d002a226db5459
Author: Marcus Brinkmann <marcus.brinkmann at ruhr-uni-bochum.de>
Date:   Wed Aug 16 00:59:35 2017 +0200

    gpgconf: Fix symbol export.
    
    * gpgme.def: Fix last change.
    (gpgme_op_conf_save): Replace duplicate from c&p ...
    (gpgme_op_conf_dir): ... with this.
    
    Signed-off-by: Marcus Brinkmann <mb at g10code.com>
    Fixes-commit: 9cd2b58dfb2c21cce64520cf4c726859b583d14e
---
 src/gpgme.def | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gpgme.def b/src/gpgme.def
index dd8e532..cad30f6 100644
--- a/src/gpgme.def
+++ b/src/gpgme.def
@@ -265,7 +265,7 @@ EXPORTS
     gpgme_op_delete_ext                   @197
     gpgme_op_delete_ext_start             @198
 
-    gpgme_op_conf_save			  @199
+    gpgme_op_conf_dir			  @199
 
 ; END
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list