diff options
Diffstat (limited to 'openbsd-compat/regress')
-rw-r--r-- | openbsd-compat/regress/opensslvertest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/regress/opensslvertest.c b/openbsd-compat/regress/opensslvertest.c index 5d019b598..58474873d 100644 --- a/openbsd-compat/regress/opensslvertest.c +++ b/openbsd-compat/regress/opensslvertest.c | |||
@@ -35,6 +35,7 @@ struct version_test { | |||
35 | 35 | ||
36 | /* built with 1.0.1b release headers */ | 36 | /* built with 1.0.1b release headers */ |
37 | { 0x1000101fL, 0x1000101fL, 1},/* exact match */ | 37 | { 0x1000101fL, 0x1000101fL, 1},/* exact match */ |
38 | { 0x1000101fL, 0x10001010L, 1}, /* different status: ok */ | ||
38 | { 0x1000101fL, 0x1000102fL, 1}, /* newer library patch version: ok */ | 39 | { 0x1000101fL, 0x1000102fL, 1}, /* newer library patch version: ok */ |
39 | { 0x1000101fL, 0x1000100fL, 1}, /* older library patch version: ok */ | 40 | { 0x1000101fL, 0x1000100fL, 1}, /* older library patch version: ok */ |
40 | { 0x1000101fL, 0x1000201fL, 1}, /* newer library fix version: ok */ | 41 | { 0x1000101fL, 0x1000201fL, 1}, /* newer library fix version: ok */ |