diff options
Diffstat (limited to 'networking/tls_aesgcm.h')
-rw-r--r-- | networking/tls_aesgcm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/tls_aesgcm.h b/networking/tls_aesgcm.h index a71eced..75694f3 100644 --- a/networking/tls_aesgcm.h +++ b/networking/tls_aesgcm.h @@ -7,7 +7,7 @@ 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* a, //unsigned aSz, const uint8_t* c, unsigned cSz, - uint8_t* s, unsigned sSz + uint8_t* s //, unsigned sSz ) FAST_FUNC; |