]> git.proxmox.com Git - libtpms.git/commitdiff
tpm2: Add comment to HASH_ALIGNMENT define
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Tue, 23 Feb 2021 01:27:07 +0000 (20:27 -0500)
committerStefan Berger <stefanb@us.ibm.com>
Tue, 23 Feb 2021 16:11:24 +0000 (11:11 -0500)
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
src/tpm2/crypto/openssl/TpmToOsslHash.h

index 0de6ea55fc87a71ef31388a39392cdaa60b7944f..f61c36d0d60ccebd55ba2f473918b020b48f2f0a 100644 (file)
@@ -72,7 +72,7 @@
 #endif
 #include <openssl/ossl_typ.h>
 
-#define HASH_ALIGNMENT  RADIX_BYTES
+#define HASH_ALIGNMENT  RADIX_BYTES  /* libtpms: keep; not sure whether needed */
 
 /* B.2.2.1.2. Links to the OpenSSL HASH code */
 /* Redefine the internal name used for each of the hash state structures to the name used by the