Home GnuPG

Always include <config.h> in cipher assembly codes

Description

Always include <config.h> in cipher assembly codes

* cipher/poly1305-s390x.S: Always include <config.h>.

When Intel CET is enabled, we need to include <cet.h> in assembly codes
to mark Intel CET support even if it is empty. We should always include
<config.h> in cipher assembly codes so that they will be marked for
Intel CET support when compiling for x86-64 and i686.

  • Signed-off-by: H.J. Lu <hjl.tools@gmail.com>

Details

Provenance
H.J. Lu <hjl.tools@gmail.com>Authored on Apr 27 2021, 6:29 PM
jukiviliCommitted on May 17 2021, 8:34 PM
Parents
rC5f814e8a4968: ecc: Fix the input length check for Montgomery curve.
Branches
Unknown
Tags
Unknown