mirror of
https://abf.rosa.ru/djam/libressl.git
synced 2025-02-23 08:02:54 +00:00
12 lines
518 B
Diff
12 lines
518 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
|
|
@@ -638,6 +638,7 @@ libcrypto_la_SOURCES += evp/e_des.c
|
|
libcrypto_la_SOURCES += evp/e_des3.c
|
|
libcrypto_la_SOURCES += evp/e_gost2814789.c
|
|
libcrypto_la_SOURCES += evp/e_idea.c
|
|
+libcrypto_la_SOURCES += evp/e_magma.c
|
|
libcrypto_la_SOURCES += evp/e_null.c
|
|
libcrypto_la_SOURCES += evp/e_old.c
|
|
libcrypto_la_SOURCES += evp/e_rc2.c
|