diff options
Diffstat (limited to 'networking/tls_aesgcm.h')
-rw-r--r-- | networking/tls_aesgcm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/networking/tls_aesgcm.h b/networking/tls_aesgcm.h index 75694f3..d7e672e 100644 --- a/networking/tls_aesgcm.h +++ b/networking/tls_aesgcm.h @@ -4,8 +4,6 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ -void xorbuf(void* buf, const void* mask, unsigned count) FAST_FUNC; - void aesgcm_GHASH(uint8_t* h, const uint8_t* a, //unsigned aSz, const uint8_t* c, unsigned cSz, |