From e652a49cbac1098dd97695309336545ef4e9ae89 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 23 Jun 2017 14:31:26 +0200 Subject: Rename LIBBUTL_EXPORT to LIBBUTL_SYMEXPORT in preparation for modularization --- libbutl/openssl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/openssl.hxx') diff --git a/libbutl/openssl.hxx b/libbutl/openssl.hxx index 422e033..bd562d6 100644 --- a/libbutl/openssl.hxx +++ b/libbutl/openssl.hxx @@ -79,7 +79,7 @@ namespace butl // department (that were apparently fixed in 1.0.2). To work around these // bugs pass user-supplied options first. // - class LIBBUTL_EXPORT openssl: public process + class LIBBUTL_SYMEXPORT openssl: public process { public: ifdstream in; -- cgit v1.1