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/libgpgme.vers | |
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/libgpgme.vers')
-rw-r--r-- | src/libgpgme.vers | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libgpgme.vers b/src/libgpgme.vers index 8faed5e7..431d9e05 100644 --- a/src/libgpgme.vers +++ b/src/libgpgme.vers @@ -134,6 +134,7 @@ GPGME_1.1 { gpgme_op_decrypt_ext; gpgme_op_decrypt_ext_start; + gpgme_data_new_from_estream; _gpgme_data_new_from_estream; }; |