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 036fe1a commit a677440Copy full SHA for a677440
src/util/hash/rfc6234/sha.h
@@ -296,6 +296,7 @@ extern int USHAHashSize(enum SHAversion whichSha);
296
extern int USHAHashSizeBits(enum SHAversion whichSha);
297
extern const char *USHAHashName(enum SHAversion whichSha);
298
299
+#if 0
300
/*
301
* HMAC Keyed-Hashing for Message Authentication, RFC 2104,
302
* for all SHAs.
@@ -307,6 +308,7 @@ extern int hmac(SHAversion whichSha, /* which SHA algorithm to use */
307
308
const unsigned char *key, /* pointer to authentication key */
309
int key_len, /* length of authentication key */
310
uint8_t digest[USHAMaxHashSize]); /* caller digest to fill in */
311
+#endif
312
313
314
0 commit comments