aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/crfc2asn1.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/crfc2asn1.pl b/examples/crfc2asn1.pl
index 0b086f62..5a57f2d0 100755
--- a/examples/crfc2asn1.pl
+++ b/examples/crfc2asn1.pl
@@ -42,8 +42,8 @@ while(<>) {
$modName = $1;
$currentFname = $rfcid . $modName . ".asn1";
$inasn = 1;
- } elsif(/^[ \t]*([A-Z][A-Za-z0-9-]*).*{[ \t]*iso/
- || /^[ \t]*{[ \t]*iso/) {
+ } elsif(/^[ \t]*([A-Z][A-Za-z0-9-]*).*{[ \t]*(?:joint-)?iso/
+ || /^[ \t]*{[ \t]*(?:joint-)?iso/) {
my @a = ($_);
$modName = $1;
unless(length($modName)) {