summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-12-28 08:34:44 +0000
committerSimon Josefsson <simon@josefsson.org>2006-12-28 08:34:44 +0000
commitc7a7ef27a8853b93df746fa6d5cbc339526988d5 (patch)
tree8767cf1fae3e5a4ed9b941cb9f072dd81e69d1c5 /lib
parent811b38f050ebff784479acfb9ec250c1216e71e1 (diff)
downloadgnutls-c7a7ef27a8853b93df746fa6d5cbc339526988d5.tar.gz
Fix comment to make it parse correctly.
Diffstat (limited to 'lib')
-rw-r--r--lib/gnutls.asn2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls.asn b/lib/gnutls.asn
index 4a4e65966c..0cb98414d0 100644
--- a/lib/gnutls.asn
+++ b/lib/gnutls.asn
@@ -30,7 +30,7 @@ RSAPrivateKey ::= SEQUENCE {
}
Version ::= INTEGER { two-prime(0), multi(1) }
--- (CONSTRAINED BY {-- version must be multi if otherPrimeInfos present --})
+-- (CONSTRAINED BY { version must be multi if otherPrimeInfos present }) --
OtherPrimeInfos ::= SEQUENCE SIZE(1..MAX) OF OtherPrimeInfo