]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix incorrect comments in hmac.c and hmac_openssl.c
authorMichael Paquier <michael@paquier.xyz>
Thu, 13 Jan 2022 00:43:44 +0000 (09:43 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 13 Jan 2022 00:43:44 +0000 (09:43 +0900)
commit3c1ffd02dd058666ddf27d7e621ab5bbc4b769bb
treee790ea73e5c226c5d7994cd58b0edaa233836c4c
parent41ee68a91f0fc8e1f6583e4f153d79578adb265c
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