diff options
author | Theo Buehler <tb@openbsd.org> | 2024-07-14 08:34:15 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-07-14 08:34:15 -0600 |
commit | c8ca89425c255790a538c2e7a2520e69454c79ee (patch) | |
tree | be64150d3097016517e0b007fa65607527b051d0 | |
parent | b36b2247add5450748cd78c5a92359fa3babe45a (diff) | |
download | portable-c8ca89425c255790a538c2e7a2520e69454c79ee.tar.gz portable-c8ca89425c255790a538c2e7a2520e69454c79ee.tar.bz2 portable-c8ca89425c255790a538c2e7a2520e69454c79ee.zip |
lhash_local.h was removed
-rw-r--r-- | crypto/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 3a463ef..6e1e975 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -691,7 +691,6 @@ libcrypto_la_SOURCES += kdf/tls1_prf.c | |||
691 | 691 | ||
692 | # lhash | 692 | # lhash |
693 | libcrypto_la_SOURCES += lhash/lhash.c | 693 | libcrypto_la_SOURCES += lhash/lhash.c |
694 | noinst_HEADERS += lhash/lhash_local.h | ||
695 | 694 | ||
696 | # md4 | 695 | # md4 |
697 | libcrypto_la_SOURCES += md4/md4.c | 696 | libcrypto_la_SOURCES += md4/md4.c |