The unified diff between revisions [6f1527db..] and [21697abf..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "modules/mp_amd64/mp_asmi.h"
# from [eade9b0d01edaf4c9f77f5b522ad85b6ac2c93d1]
# to [44d1ee85d67e3935cb51b59c8b05b1af57df25a7]
#
# patch "modules/mp_ia32/mp_asmi.h"
# from [8a9156798ab8463a2e1c2dbb48c14df269f55489]
# to [bf000014bd2c6786a5121bbe6ee8048ad2440059]
#
============================================================
--- modules/mp_amd64/mp_asmi.h eade9b0d01edaf4c9f77f5b522ad85b6ac2c93d1
+++ modules/mp_amd64/mp_asmi.h 44d1ee85d67e3935cb51b59c8b05b1af57df25a7
@@ -7,7 +7,7 @@
#ifndef BOTAN_MP_ASM_INTERNAL_H__
#define BOTAN_MP_ASM_INTERNAL_H__
-#include <botan/mp_types.h>
+#include <botan/mp_asm.h>
namespace Botan {
============================================================
--- modules/mp_ia32/mp_asmi.h 8a9156798ab8463a2e1c2dbb48c14df269f55489
+++ modules/mp_ia32/mp_asmi.h bf000014bd2c6786a5121bbe6ee8048ad2440059
@@ -7,7 +7,7 @@
#ifndef BOTAN_MP_ASM_INTERNAL_H__
#define BOTAN_MP_ASM_INTERNAL_H__
-#include <botan/mp_types.h>
+#include <botan/mp_asm.h>
namespace Botan {