diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-01-30 15:10:52 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-01-30 15:56:28 +0100 |
commit | 2f44ef51f48d39eb42d475cf753b93838844de15 (patch) | |
tree | f71be2fd1e70eddb95fef58c54f09c3c23d2f1ff /Makefile.am | |
parent | f2626bc6f79d7a48da2e281ba3736504ed078e04 (diff) | |
download | fetchmail-2f44ef51f48d39eb42d475cf753b93838844de15.tar.gz fetchmail-2f44ef51f48d39eb42d475cf753b93838844de15.tar.bz2 fetchmail-2f44ef51f48d39eb42d475cf753b93838844de15.zip |
--version: print OpenSSL versions build/run-time and directories
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a6b74fbe..89119931 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ libfm_a_SOURCES= xmalloc.c base64.c rfc822.c report.c rfc2047e.c \ smbencrypt.h smbdes.c smbencrypt.c smbmd4.c smbutil.c \ smbtypes.h fm_getaddrinfo.c starttls.c rfc822valid.c \ xmalloc.h sdump.h sdump.c x509_name_match.c \ - fm_strl.h md5c.c tls-aux.c + fm_strl.h md5c.c tls-aux.c tls-aux.h if NTLM_ENABLE libfm_a_SOURCES += ntlmsubr.c |