mirror of
https://abf.rosa.ru/djam/libressl.git
synced 2025-02-23 08:02:54 +00:00
13 lines
438 B
Diff
13 lines
438 B
Diff
Index: libressl-3.1.0/crypto/Makefile.am
|
|
===================================================================
|
|
--- libressl-3.1.0.orig/crypto/Makefile.am
|
|
+++ libressl-3.1.0/crypto/Makefile.am
|
|
@@ -724,6 +724,8 @@ noinst_HEADERS += idea/idea_lcl.h
|
|
|
|
# kdftree
|
|
libcrypto_la_SOURCES += kdftree/kdftree.c
|
|
+libcrypto_la_SOURCES += kdftree/tlstree.c
|
|
+noinst_HEADERS += kdftree/kdftree_locl.h
|
|
|
|
# lhash
|
|
libcrypto_la_SOURCES += lhash/lh_stats.c
|