libressl/PORTABLE-0042-gost-add-support-for-new-GOST-key-transport-data-for.patch

14 lines
567 B
Diff
Raw Permalink Normal View History

Index: libressl-3.1.0/crypto/Makefile.am
===================================================================
--- libressl-3.1.0.orig/crypto/Makefile.am
+++ libressl-3.1.0/crypto/Makefile.am
@@ -693,6 +693,7 @@ libcrypto_la_SOURCES += gost/gost89imit_
libcrypto_la_SOURCES += gost/gost89imit_pmeth.c
libcrypto_la_SOURCES += gost/gost_asn1.c
libcrypto_la_SOURCES += gost/gost_err.c
+libcrypto_la_SOURCES += gost/gost_kdf.c
libcrypto_la_SOURCES += gost/gostr341001.c
libcrypto_la_SOURCES += gost/gostr341001_ameth.c
libcrypto_la_SOURCES += gost/gostr341001_key.c