diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/regress/lib/libcrypto/man/check_complete.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl index f4b63a6f2f..b937c19604 100755 --- a/src/regress/lib/libcrypto/man/check_complete.pl +++ b/src/regress/lib/libcrypto/man/check_complete.pl | |||
@@ -272,7 +272,7 @@ try_again: | |||
272 | print "D- $line\n" if $verbose; | 272 | print "D- $line\n" if $verbose; |
273 | next; | 273 | next; |
274 | } | 274 | } |
275 | if ($id =~ /^(?:ASN1|BN|X509(?:V3)?)_[FR]_\w+$/) { | 275 | if ($id =~ /^(?:ASN1|BIO|BN|X509(?:V3)?)_[FR]_\w+$/) { |
276 | print "D- $line\n" if $verbose; | 276 | print "D- $line\n" if $verbose; |
277 | next; | 277 | next; |
278 | } | 278 | } |