summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-05 11:43:02 -0400
committerJune McEnroe <june@causal.agency>2020-08-05 11:43:02 -0400
commitcc13f4d43a9e6f8544f347800adbbe5000b83305 (patch)
tree9686026a8d0a1d8c7c88e830c71d5368daca8c09
parentdoc: Indicate that only OpenSSL 1.1.1b and newer work (diff)
downloadlibretls-cc13f4d43a9e6f8544f347800adbbe5000b83305.tar.gz
libretls-cc13f4d43a9e6f8544f347800adbbe5000b83305.zip
build: Add README.7 to EXTRA_DIST 3.2.0
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 21346ae..7fb433e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,6 +11,7 @@ lib_LTLIBRARIES = libtls.la
 EXTRA_DIST = VERSION
 EXTRA_DIST += LIBTLS_VERSION
 EXTRA_DIST += tls.sym
+EXTRA_DIST += README.7
 
 libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined -export-symbols $(top_srcdir)/tls.sym
 libtls_la_LDFLAGS += $(OPENSSL_LDFLAGS)
tle='2018-11-12 00:11:05 -0500'>2018-11-12Add inflateBackInit.3June McEnroe 2018-11-11Add inflateGetHeader.3June McEnroe 2018-11-11Add inflateMark.3June McEnroe 2018-11-11Add inflatePrime.3June McEnroe 2018-11-11Add inflateReset.3June McEnroe 2018-11-11Add inflateCopy.3June McEnroe 2018-11-11Add inflateSync.3June McEnroe 2018-11-11Add inflateGetDictionary.3June McEnroe 2018-11-11Add inflateSetDictionary.3June McEnroe 2018-11-11Add inflateInit2.3June McEnroe