Skip to content

Commit 0c79b9f

Browse files
authored
Merge pull request #15 from hank199599/hank-yu/fix-typos-and-clang-compat
Fix clang compatibility in struct definitions
2 parents 3ab7caf + 92666d7 commit 0c79b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl-fips-test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
struct test_ {
2828
const char *name;
2929
const bool expected;
30-
const bool (*test_fn)(void);
30+
bool (*test_fn)(void);
3131
};
3232

3333
struct digest_ {

0 commit comments

Comments
 (0)