libressl/PORTABLE-0044-modes-add-support-for-64-bit-MGM-mode.patch

13 lines
483 B
Diff
Raw 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
@@ -752,6 +752,7 @@ libcrypto_la_SOURCES += modes/xts128.c
libcrypto_la_SOURCES += modes/cbc64.c
libcrypto_la_SOURCES += modes/cfb64.c
libcrypto_la_SOURCES += modes/ctr64.c
+libcrypto_la_SOURCES += modes/mgm64.c
libcrypto_la_SOURCES += modes/ofb64.c
noinst_HEADERS += modes/modes_lcl.h