Skip to content

Commit 3754c94

Browse files
committed
Force fail for testing
1 parent 3e0184d commit 3754c94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/wp_internal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ int wp_init_cast(int algo)
125125
wc_RunCast_fips(FIPS_CAST_AES_GCM) != 0) {
126126
ok = 0;
127127
}
128+
ok = 0; /* Force AES CAST failure for CI dashboard testing */
128129
break;
129130
#endif
130131
#ifdef WP_HAVE_HMAC

0 commit comments

Comments
 (0)