boringssl/crypto/hrss
Alessandro Ghedini 9b0970f1b0 Fix HRSS build error on ARM
Seeing the following errors with GCC 6 on ARM:

  crypto/hrss/hrss.c:212:12: error: function declaration isn't a prototype [-Werror=strict-prototypes]
   static int vec_capable() { return CRYPTO_is_NEON_capable(); }
              ^~~~~~~~~~~
  crypto/hrss/hrss.c: In function 'vec_capable':
  crypto/hrss/hrss.c:212:12: error: old-style function definition [-Werror=old-style-definition]

Change-Id: Ice540e6d436b8ada1dbc494f1feca10efff11687
Reviewed-on: https://boringssl-review.googlesource.com/c/33624
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: Adam Langley <agl@google.com>
2018-12-14 17:12:49 +00:00
..
asm Drop NEON assembly for HRSS. 2018-12-13 17:43:07 +00:00
hrss_test.cc Remove HRSS confirmation hash. 2018-12-13 18:42:02 +00:00
hrss.c Fix HRSS build error on ARM 2018-12-14 17:12:49 +00:00
internal.h Add initial HRSS support. 2018-12-12 17:35:02 +00:00