From 879cc1f84fbf09cb4eeb78bce16f52a1a36032ba Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Sun, 2 Sep 2018 19:07:18 +1000 Subject: 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 Signed-off-by: Ben McGinnes --- src/gpgme.def | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gpgme.def') 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 -- cgit v1.2.3