Fix incorrect comments in hmac.c and hmac_openssl.c
authorMichael Paquier <michael@paquier.xyz>
Thu, 13 Jan 2022 00:43:36 +0000 (09:43 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 13 Jan 2022 00:43:36 +0000 (09:43 +0900)
commit87f29f4fcc4e53fe0331e338437edda1f1927530
treefa26c1b258fcea1fdf8cb190f7f8bc48152dc108
parentdb6736c93cb844d245b726e7a262f2cdcd34612e
Fix incorrect comments in hmac.c and hmac_openssl.c

Both files referred to pg_hmac_ctx->data, which, I guess, comes from the
early versions of the patch that has resulted in commit e6bdfd9.

Author: Sergey Shinderuk
Discussion: https://postgr.es/m/8cbb56dd-63d6-a581-7a65-25a97ac4be03@postgrespro.ru
Backpatch-through: 14
src/common/hmac.c
src/common/hmac_openssl.c