libressl/PORTABLE-0086-kdftree-add-support-for-TLSTREE-rekeying-algorithm.patch
Mikhail Novosyolov faac7d3eaa Add gost-new patches sponsored by ROSA Linux
TODO: add tests
2020-08-05 12:58:06 +03:00

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