diff options
Diffstat (limited to 'src/common/hmac_openssl.c')
-rw-r--r-- | src/common/hmac_openssl.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/hmac_openssl.c b/src/common/hmac_openssl.c index 1acf59476eb..95b494400ab 100644 --- a/src/common/hmac_openssl.c +++ b/src/common/hmac_openssl.c @@ -50,9 +50,7 @@ #define FREE(ptr) free(ptr) #endif /* FRONTEND */ -/* - * Internal structure for pg_hmac_ctx->data with this implementation. - */ +/* Internal pg_hmac_ctx structure */ struct pg_hmac_ctx { HMAC_CTX *hmacctx; |