We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf29490 + baac704 commit 94287f0Copy full SHA for 94287f0
1 file changed
src/encauth/gcm/gcm_gf_mult.c
@@ -38,8 +38,8 @@ static LTC_INLINE int s_pclmul_is_supported(void)
38
);
39
40
is_supported = ((c >> 1) & 1);
41
- initialized = 1;
42
#endif
+ initialized = 1;
43
}
44
45
return is_supported;
0 commit comments