summaryrefslogtreecommitdiff
path: root/lib/gnutls.asn
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls.asn')
-rw-r--r--lib/gnutls.asn5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gnutls.asn b/lib/gnutls.asn
index da195bfec6..010b8117a3 100644
--- a/lib/gnutls.asn
+++ b/lib/gnutls.asn
@@ -68,6 +68,11 @@ DSAParameters ::= SEQUENCE {
g INTEGER
}
+DSASignatureValue ::= SEQUENCE {
+ r INTEGER,
+ s INTEGER
+}
+
DSAPrivateKey ::= SEQUENCE {
version INTEGER, -- should be zero
p INTEGER,