From 0e752a6e215aee21dc73da097c3225495d54a5b6 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Fri, 9 Apr 2021 07:19:03 -0300 Subject: Add libotr/etc sources --- libotr/libgcrypt-1.8.7/mpi/aarch64/mpi-asm-defs.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libotr/libgcrypt-1.8.7/mpi/aarch64/mpi-asm-defs.h (limited to 'libotr/libgcrypt-1.8.7/mpi/aarch64/mpi-asm-defs.h') diff --git a/libotr/libgcrypt-1.8.7/mpi/aarch64/mpi-asm-defs.h b/libotr/libgcrypt-1.8.7/mpi/aarch64/mpi-asm-defs.h new file mode 100644 index 0000000..6519065 --- /dev/null +++ b/libotr/libgcrypt-1.8.7/mpi/aarch64/mpi-asm-defs.h @@ -0,0 +1,4 @@ +/* This file defines some basic constants for the MPI machinery. We + * need to define the types on a per-CPU basis, so it is done with + * this file here. */ +#define BYTES_PER_MPI_LIMB (SIZEOF_UNSIGNED_LONG_LONG) -- cgit 1.4.1