diff options
| author | miod <> | 2014-05-06 20:40:26 +0000 |
|---|---|---|
| committer | miod <> | 2014-05-06 20:40:26 +0000 |
| commit | bddee32ed9e1e535ffb281127f5e6d0592ab124a (patch) | |
| tree | 51fa6ef96cc3efed827d24a54c2defc36ceb185c /src/regress/lib/libcrypto/pqueue/pq_test.c | |
| parent | 106b082db720603bef9185809f36184f363eecb7 (diff) | |
| download | openbsd-bddee32ed9e1e535ffb281127f5e6d0592ab124a.tar.gz openbsd-bddee32ed9e1e535ffb281127f5e6d0592ab124a.tar.bz2 openbsd-bddee32ed9e1e535ffb281127f5e6d0592ab124a.zip | |
Make sure the stdout output is check, to confirm proper sorting.
Diffstat (limited to 'src/regress/lib/libcrypto/pqueue/pq_test.c')
| -rw-r--r-- | src/regress/lib/libcrypto/pqueue/pq_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/pqueue/pq_test.c b/src/regress/lib/libcrypto/pqueue/pq_test.c index 22e3beae42..32c39cd507 100644 --- a/src/regress/lib/libcrypto/pqueue/pq_test.c +++ b/src/regress/lib/libcrypto/pqueue/pq_test.c | |||
| @@ -59,6 +59,7 @@ | |||
| 59 | 59 | ||
| 60 | #include "pqueue.h" | 60 | #include "pqueue.h" |
| 61 | 61 | ||
| 62 | /* remember to change expected.txt if you change these values */ | ||
| 62 | unsigned char prio1[8] = "supercal"; | 63 | unsigned char prio1[8] = "supercal"; |
| 63 | unsigned char prio2[8] = "ifragili"; | 64 | unsigned char prio2[8] = "ifragili"; |
| 64 | unsigned char prio3[8] = "sticexpi"; | 65 | unsigned char prio3[8] = "sticexpi"; |
