summaryrefslogtreecommitdiff
path: root/test/u2f.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/u2f.c')
-rw-r--r--test/u2f.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/u2f.c b/test/u2f.c
index 21c5d6ea69..3ddf38616b 100644
--- a/test/u2f.c
+++ b/test/u2f.c
@@ -41,11 +41,6 @@ bool fips_trng_bytes(void *buffer, size_t len)
return true;
}
-bool fips_crypto_allowed(void)
-{
- return true;
-}
-
int DCRYPTO_x509_gen_u2f_cert_name(const p256_int *d, const p256_int *pk_x,
const p256_int *pk_y, const p256_int *serial,
const char *name, uint8_t *cert, const int n)