diff options
Diffstat (limited to 'crypto/testmgr.h')
| -rw-r--r-- | crypto/testmgr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/testmgr.h b/crypto/testmgr.h index 5cf455a708b832..32d099ac9e7378 100644 --- a/crypto/testmgr.h +++ b/crypto/testmgr.h @@ -29,7 +29,6 @@ * hash_testvec: structure to describe a hash (message digest) test * @key: Pointer to key (NULL if none) * @plaintext: Pointer to source data - * @state: Pointer to expected state * @digest: Pointer to expected digest * @psize: Length of source data in bytes * @ksize: Length of @key in bytes (0 if no key) @@ -40,7 +39,6 @@ struct hash_testvec { const char *key; const char *plaintext; - const char *state; const char *digest; unsigned int psize; unsigned short ksize; |
