diff options
Diffstat (limited to 'src/common/hmac.c')
-rw-r--r-- | src/common/hmac.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/hmac.c b/src/common/hmac.c index 6e46dc28a13..d40026d3e99 100644 --- a/src/common/hmac.c +++ b/src/common/hmac.c @@ -38,9 +38,7 @@ #define FREE(ptr) free(ptr) #endif -/* - * Internal structure for pg_hmac_ctx->data with this implementation. - */ +/* Internal pg_hmac_ctx structure */ struct pg_hmac_ctx { pg_cryptohash_ctx *hash; |