aboutsummaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2022-11-22 18:41:54 +0100
committerTheo Buehler <tb@openbsd.org>2022-11-22 18:41:54 +0100
commit8ae1cce7ef3941125344dcb2f459c989f87de182 (patch)
treecfb68371d5a7eaf5bbd0b471d0eab99d26cc0fdd /ssl
parent7b66b2d9e652617855908ee5f82f292ae37dbd91 (diff)
downloadportable-8ae1cce7ef3941125344dcb2f459c989f87de182.tar.gz
portable-8ae1cce7ef3941125344dcb2f459c989f87de182.tar.bz2
portable-8ae1cce7ef3941125344dcb2f459c989f87de182.zip
Update autoconf framework to build again
Diffstat (limited to 'ssl')
-rw-r--r--ssl/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssl/Makefile.am b/ssl/Makefile.am
index f1bd897..8750f77 100644
--- a/ssl/Makefile.am
+++ b/ssl/Makefile.am
@@ -39,6 +39,9 @@ libbs_la_SOURCES += bs_cbb.c
39libbs_la_SOURCES += bs_cbs.c 39libbs_la_SOURCES += bs_cbs.c
40noinst_HEADERS = bytestring.h 40noinst_HEADERS = bytestring.h
41 41
42noinst_HEADERS += hidden/ssl_namespace.h
43noinst_HEADERS += hidden/openssl/ssl.h
44
42libssl_la_SOURCES = bio_ssl.c 45libssl_la_SOURCES = bio_ssl.c
43libssl_la_SOURCES += d1_both.c 46libssl_la_SOURCES += d1_both.c
44libssl_la_SOURCES += d1_lib.c 47libssl_la_SOURCES += d1_lib.c