summaryrefslogtreecommitdiff
path: root/src/decrepit/ripemd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decrepit/ripemd/internal.h')
-rw-r--r--src/decrepit/ripemd/internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/decrepit/ripemd/internal.h b/src/decrepit/ripemd/internal.h
index 891d6a7a..fe172caf 100644
--- a/src/decrepit/ripemd/internal.h
+++ b/src/decrepit/ripemd/internal.h
@@ -93,7 +93,7 @@ static void ripemd160_block_data_order(uint32_t h[5], const uint8_t *data,
#include "../../crypto/fipsmodule/digest/md32_common.h"
-/* Transformed F2 and F4 are courtesy of Wei Dai <weidai@eskimo.com> */
+// Transformed F2 and F4 are courtesy of Wei Dai <weidai@eskimo.com>
#define F1(x, y, z) ((x) ^ (y) ^ (z))
#define F2(x, y, z) ((((y) ^ (z)) & (x)) ^ (z))
#define F3(x, y, z) (((~(y)) | (x)) ^ (z))
@@ -487,7 +487,7 @@ static void ripemd160_block_data_order(uint32_t h[5], const uint8_t *data,
#if defined(__cplusplus)
-} /* extern C */
+} // extern C
#endif
-#endif /* OPENSSL_HEADER_BN_INTERNAL_H */
+#endif // OPENSSL_HEADER_BN_INTERNAL_H