summaryrefslogtreecommitdiff
path: root/extra/yassl/taocrypt/include/asn.hpp
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2005-05-20 18:35:49 +0400
committerkonstantin@mysql.com <>2005-05-20 18:35:49 +0400
commitd8859b2ee287cf080441efed74d93d60e4c9088f (patch)
tree1d07140c18701ac5e0d4e6098c06d3bbafa37b8f /extra/yassl/taocrypt/include/asn.hpp
parent68d17a209da2b4969d7a6cab9e2cb0691357e8bc (diff)
downloadmariadb-git-d8859b2ee287cf080441efed74d93d60e4c9088f.tar.gz
Fixes for numerous compatibility problems in yaSSL.
Diffstat (limited to 'extra/yassl/taocrypt/include/asn.hpp')
-rw-r--r--extra/yassl/taocrypt/include/asn.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/yassl/taocrypt/include/asn.hpp b/extra/yassl/taocrypt/include/asn.hpp
index 71633339a40..974bbf4c86f 100644
--- a/extra/yassl/taocrypt/include/asn.hpp
+++ b/extra/yassl/taocrypt/include/asn.hpp
@@ -79,7 +79,7 @@ enum ASNIdFlag
enum DNTags
{
- COMMON_NAME = 0x03,
+ COMMON_NAME = 0x03
};
@@ -92,7 +92,7 @@ enum Constants
MAX_SEQ_SZ = 5, // enum(seq|con) + length(4)
MAX_ALGO_SIZE = 9,
MAX_DIGEST_SZ = 25, // SHA + enum(Bit or Octet) + length(4)
- DSA_SIG_SZ = 40,
+ DSA_SIG_SZ = 40
};