8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6736c commit 87f29f4Copy full SHA for 87f29f4
src/common/hmac.c
@@ -38,9 +38,7 @@
38
#define FREE(ptr) free(ptr)
39
#endif
40
41
-/*
42
- * Internal structure for pg_hmac_ctx->data with this implementation.
43
- */
+/* Internal pg_hmac_ctx structure */
44
struct pg_hmac_ctx
45
{
46
pg_cryptohash_ctx *hash;
src/common/hmac_openssl.c
@@ -50,9 +50,7 @@
50
51
#endif /* FRONTEND */
52
53
54
55
56
57
58
HMAC_CTX *hmacctx;
0 commit comments