diff options
Diffstat (limited to 'lib/crypto-backend.h')
-rw-r--r-- | lib/crypto-backend.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/crypto-backend.h b/lib/crypto-backend.h index 955e4bd1e8..eba691badb 100644 --- a/lib/crypto-backend.h +++ b/lib/crypto-backend.h @@ -52,7 +52,6 @@ int (*init) (gnutls_mac_algorithm_t, void **ctx); int (*setkey) (void *ctx, const void *key, size_t keysize); int (*setnonce) (void *ctx, const void *nonce, size_t noncesize); - void (*reset) (void *ctx); int (*hash) (void *ctx, const void *text, size_t textsize); int (*output) (void *src_ctx, void *digest, size_t digestsize); void (*deinit) (void *ctx); |