diff options
author | Kenneth Lundin <[email protected]> | 2012-11-12 15:54:42 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2012-11-15 14:02:00 +0100 |
commit | 067aef311309ad751ddeb9c40169b25c0dd1b72c (patch) | |
tree | bb5cf3035330fb99e1d4ab5546058703d044188f /lib/public_key/asn1/UpperBounds.asn1 | |
parent | dab8d695015acd7574c4b35217c319b13f661234 (diff) | |
download | otp-067aef311309ad751ddeb9c40169b25c0dd1b72c.tar.gz otp-067aef311309ad751ddeb9c40169b25c0dd1b72c.tar.bz2 otp-067aef311309ad751ddeb9c40169b25c0dd1b72c.zip |
public_key: Modified PKCS-7.asn1, removing unnecessary IMPORTS.
The ASN-1 compiler could not handle these IMPORTS properly causing
compilation errors.
Diffstat (limited to 'lib/public_key/asn1/UpperBounds.asn1')
-rw-r--r-- | lib/public_key/asn1/UpperBounds.asn1 | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/lib/public_key/asn1/UpperBounds.asn1 b/lib/public_key/asn1/UpperBounds.asn1 deleted file mode 100644 index 71c2a7ba7a..0000000000 --- a/lib/public_key/asn1/UpperBounds.asn1 +++ /dev/null @@ -1,88 +0,0 @@ -UpperBounds {joint-iso-itu-t ds(5) module(1) upperBounds(10) 5} DEFINITIONS ::= -BEGIN - --- EXPORTS All --- The types and values defined in this module are exported for use in the other ASN.1 modules contained --- within the Directory Specifications, and for the use of other applications which will use them to access --- Directory services. Other applications may use them for their own purposes, but this will not constrain --- extensions and modifications needed to maintain or improve the Directory service. -ub-answerback INTEGER ::= - 8 - -ub-business-category INTEGER ::= 128 - -ub-common-name INTEGER ::= 64 - -ub-content INTEGER ::= 32768 - -ub-country-code INTEGER ::= 4 - -ub-description INTEGER ::= 1024 - -ub-destination-indicator INTEGER ::= 128 - -ub-directory-string-first-component-match INTEGER ::= 32768 - -ub-domainLocalID INTEGER ::= 64 - -ub-international-isdn-number INTEGER ::= 16 - -ub-knowledge-information INTEGER ::= 32768 - -ub-labeledURI INTEGER ::= 32768 - -ub-localeContextSyntax INTEGER ::= 128 - -ub-locality-name INTEGER ::= 128 - -ub-match INTEGER ::= 128 - -ub-name INTEGER ::= 64 - -ub-organization-name INTEGER ::= 64 - -ub-organizational-unit-name INTEGER ::= 64 - -ub-physical-office-name INTEGER ::= 128 - -ub-post-office-box INTEGER ::= 40 - -ub-postal-code INTEGER ::= 40 - -ub-postal-line INTEGER ::= 6 - -ub-postal-string INTEGER ::= 30 - -ub-privacy-mark-length INTEGER ::= 128 - -ub-pseudonym INTEGER ::= 128 - -ub-saslMechanism INTEGER ::= 64 - -ub-schema INTEGER ::= 1024 - -ub-search INTEGER ::= 32768 - -ub-serial-number INTEGER ::= 64 - -ub-state-name INTEGER ::= 128 - -ub-street-address INTEGER ::= 128 - -ub-surname INTEGER ::= 64 - -ub-tag INTEGER ::= 64 - -ub-telephone-number INTEGER ::= 32 - -ub-teletex-terminal-id INTEGER ::= 1024 - -ub-telex-number INTEGER ::= 14 - -ub-title INTEGER ::= 64 - -ub-user-password INTEGER ::= 128 - -ub-x121-address INTEGER ::= 15 - -END -- UpperBounds |