Test Fixes

1. Removed redundant forward declaration of RsaKey from hmac.h.
2. Updated gitignore with the first and last files.
3. Updated autogen with touching the first and last files.
This commit is contained in:
John Safranek
2018-03-07 10:55:29 -08:00
parent 3685b7b176
commit 19da916102
3 changed files with 4 additions and 6 deletions

View File

@@ -20,6 +20,8 @@ if test -e .git; then
touch ./ctaocrypt/src/fips_test.c
touch ./wolfcrypt/src/fips.c
touch ./wolfcrypt/src/fips_test.c
touch ./wolfcrypt/src/wolfcrypt_first.c
touch ./wolfcrypt/src/wolfcrypt_last.c
touch ./wolfssl/wolfcrypt/fips.h
# touch CAVP selftest files for non-selftest distribution