Skip to content

Commit

Permalink
Fixed issue #467 (support for OpenSSL 1.1.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmurchison authored and brong committed Jan 29, 2018
1 parent 0ba2896 commit c0a37bf
Show file tree
Hide file tree
Showing 9 changed files with 951 additions and 395 deletions.
5 changes: 4 additions & 1 deletion common/Makefile.am
Expand Up @@ -49,8 +49,11 @@ plugin_common_version = 3:0:0

AM_CPPFLAGS=-fPIC -I$(top_srcdir)/include -I$(top_builddir)/include

noinst_LTLIBRARIES = libplugin_common.la
noinst_LTLIBRARIES = libplugin_common.la libcrypto_compat.la

libplugin_common_la_SOURCES = plugin_common.c plugin_common.h
libplugin_common_la_LDFLAGS = -version-info $(plugin_common_version) -no-undefined
libplugin_common_la_LIBADD = $(LIB_SOCKET)

libcrypto_compat_la_SOURCES = crypto-compat.c crypto-compat.h
libcrypto_compat_la_LDFLAGS = -version-info $(crypto_compat_version) -no-undefined

0 comments on commit c0a37bf

Please sign in to comment.