diff options
author | Ben McGinnes <[email protected]> | 2018-09-02 09:07:18 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-09-02 09:07:18 +0000 |
commit | 879cc1f84fbf09cb4eeb78bce16f52a1a36032ba (patch) | |
tree | c17955c8da6bd4bdcd3bd2001d264d71de5c4869 /src/gpgme.def | |
parent | js: key deletion after test (diff) | |
download | gpgme-879cc1f84fbf09cb4eeb78bce16f52a1a36032ba.tar.gz gpgme-879cc1f84fbf09cb4eeb78bce16f52a1a36032ba.zip |
estreams symbols for python bindings
* It turns out that even though some platforms detect differing
symbols for estreams, the two types do not appear to be in
conflict. At least they don't from the BSD/OS X side of things.
As a consequence both versions are now included.
Tested-by: Ben McGinnes <[email protected]>
Signed-off-by: Ben McGinnes <[email protected]>
Diffstat (limited to 'src/gpgme.def')
-rw-r--r-- | src/gpgme.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpgme.def b/src/gpgme.def index f0f748e4..3373f2c0 100644 --- a/src/gpgme.def +++ b/src/gpgme.def @@ -272,7 +272,8 @@ EXPORTS gpgme_op_encrypt_sign_ext @202 gpgme_op_encrypt_sign_ext_start @203 - _gpgme_data_new_from_estream @204 + gpgme_data_new_from_estream @204 + _gpgme_data_new_from_estream @205 ; END |