Skip to content

Commit

Permalink
fix test for OpenSSL v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Dec 10, 2023
1 parent 7c0ae30 commit d51a6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/5.x509.lua
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ vMkXEPvNvv4t30K6xtpG26qmZ+6OiISBIIXMljWnsiYR1gyZnTzIg3AQSw4Vmw==
assert(x:issuer())

t = x509.purpose()
assert(#t == 9)
assert(#t >= 9, #t)
assert(type(x509.purpose(t[1].purpose))=='table')
assert(type(x509.purpose(t[1].sname))=='table')
end

0 comments on commit d51a6b9

Please sign in to comment.