Skip to content

Commit ff4a5fe

Browse files
committed
Fix/Add comments in tests.
1 parent 3478329 commit ff4a5fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/test_pbe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,4 +361,4 @@ int test_pbe(ENGINE *e, void *data)
361361
return err;
362362
}
363363

364-
#endif
364+
#endif /* WE_HAVE_PBE */

test/test_rand.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ int test_random(ENGINE *e, void *data)
8888
return err;
8989
}
9090

91-
#endif /* WE_HAVE_DH */
91+
#endif /* WE_HAVE_RANDOM */

0 commit comments

Comments
 (0)