~ubuntu-branches/ubuntu/gutsy/openssl/gutsy-security

« back to all changes in this revision

Viewing changes to crypto/objects/obj_mac.h

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2007-03-10 17:11:46 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070310171146-ekahy2avht7qdc4f
Tags: 0.9.8e-4
openssl should depend on libssl0.9.8 0.9.8e-1 since it 
uses some of the defines that changed to functions.
Other things build against libssl or libcrypto shouldn't 
have this problem since they use the old headers.
(Closes: #414283)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2044
2044
#define NID_id_ce               81
2045
2045
#define OBJ_id_ce               OBJ_X500,29L
2046
2046
 
 
2047
#define SN_subject_directory_attributes         "subjectDirectoryAttributes"
 
2048
#define LN_subject_directory_attributes         "X509v3 Subject Directory Attributes"
 
2049
#define NID_subject_directory_attributes                769
 
2050
#define OBJ_subject_directory_attributes                OBJ_id_ce,9L
 
2051
 
2047
2052
#define SN_subject_key_identifier               "subjectKeyIdentifier"
2048
2053
#define LN_subject_key_identifier               "X509v3 Subject Key Identifier"
2049
2054
#define NID_subject_key_identifier              82
2094
2099
#define NID_delta_crl           140
2095
2100
#define OBJ_delta_crl           OBJ_id_ce,27L
2096
2101
 
 
2102
#define SN_issuing_distribution_point           "issuingDistributionPoint"
 
2103
#define LN_issuing_distribution_point           "X509v3 Issuing Distrubution Point"
 
2104
#define NID_issuing_distribution_point          770
 
2105
#define OBJ_issuing_distribution_point          OBJ_id_ce,28L
 
2106
 
 
2107
#define SN_certificate_issuer           "certificateIssuer"
 
2108
#define LN_certificate_issuer           "X509v3 Certificate Issuer"
 
2109
#define NID_certificate_issuer          771
 
2110
#define OBJ_certificate_issuer          OBJ_id_ce,29L
 
2111
 
2097
2112
#define SN_name_constraints             "nameConstraints"
2098
2113
#define LN_name_constraints             "X509v3 Name Constraints"
2099
2114
#define NID_name_constraints            666