summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsthen <>2022-12-26 10:54:47 +0000
committersthen <>2022-12-26 10:54:47 +0000
commit471c7bb8d044f694f47493ac01435c3e778fa245 (patch)
treed4f533f6857b6e8350027c695dbae1ca4f931f67
parent356636e322b0470ebdc67f07aee01fd9cc942ac4 (diff)
downloadopenbsd-471c7bb8d044f694f47493ac01435c3e778fa245.tar.gz
openbsd-471c7bb8d044f694f47493ac01435c3e778fa245.tar.bz2
openbsd-471c7bb8d044f694f47493ac01435c3e778fa245.zip
fix another typo in comment in a line touched by the last commit (this
one wouldn't have triggered a spell checker though)
-rw-r--r--src/lib/libssl/test/pkits-test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/test/pkits-test.pl b/src/lib/libssl/test/pkits-test.pl
index 17186066ad..f10da008c0 100644
--- a/src/lib/libssl/test/pkits-test.pl
+++ b/src/lib/libssl/test/pkits-test.pl
@@ -124,7 +124,7 @@ my @testlists = (
124 [ "4.4.7", "Valid Two CRLs Test7", 0 ], 124 [ "4.4.7", "Valid Two CRLs Test7", 0 ],
125 125
126 # The test document suggests these should return certificate revoked... 126 # The test document suggests these should return certificate revoked...
127 # Subsequent discussion has concluded they should not due to unhandle 127 # Subsequent discussion has concluded they should not due to unhandled
128 # critical CRL extensions. 128 # critical CRL extensions.
129 [ "4.4.8", "Invalid Unknown CRL Entry Extension Test8", 36 ], 129 [ "4.4.8", "Invalid Unknown CRL Entry Extension Test8", 36 ],
130 [ "4.4.9", "Invalid Unknown CRL Extension Test9", 36 ], 130 [ "4.4.9", "Invalid Unknown CRL Extension Test9", 36 ],