diff options
author | Theo Buehler <tb@openbsd.org> | 2022-11-22 18:41:54 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2022-11-22 18:41:54 +0100 |
commit | 8ae1cce7ef3941125344dcb2f459c989f87de182 (patch) | |
tree | cfb68371d5a7eaf5bbd0b471d0eab99d26cc0fdd /ssl | |
parent | 7b66b2d9e652617855908ee5f82f292ae37dbd91 (diff) | |
download | portable-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.am | 3 |
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 | |||
39 | libbs_la_SOURCES += bs_cbs.c | 39 | libbs_la_SOURCES += bs_cbs.c |
40 | noinst_HEADERS = bytestring.h | 40 | noinst_HEADERS = bytestring.h |
41 | 41 | ||
42 | noinst_HEADERS += hidden/ssl_namespace.h | ||
43 | noinst_HEADERS += hidden/openssl/ssl.h | ||
44 | |||
42 | libssl_la_SOURCES = bio_ssl.c | 45 | libssl_la_SOURCES = bio_ssl.c |
43 | libssl_la_SOURCES += d1_both.c | 46 | libssl_la_SOURCES += d1_both.c |
44 | libssl_la_SOURCES += d1_lib.c | 47 | libssl_la_SOURCES += d1_lib.c |