summaryrefslogtreecommitdiff
path: root/lib/crypto-backend.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-04-27 00:37:07 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-04-27 00:37:07 +0300
commit6f0ecbf401b4a764ecb0f1e77e1cffccc441f8ba (patch)
tree3cfe3886cc66fcf874af3030b9203d3c6a733878 /lib/crypto-backend.h
parent53456b2c96cd282ed530a87105684a5610279f09 (diff)
downloadgnutls-6f0ecbf401b4a764ecb0f1e77e1cffccc441f8ba.tar.gz
Do not handle MAC reset separately. It is implied by nettle's output function.
Diffstat (limited to 'lib/crypto-backend.h')
-rw-r--r--lib/crypto-backend.h1
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);