ssl/libcrypto/src/crypto/x509v3/ext_dat.h
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
    55  * Hudson (tjh@cryptsoft.com).
    55  * Hudson (tjh@cryptsoft.com).
    56  *
    56  *
    57  */
    57  */
    58  
    58  
    59 /*
    59 /*
    60  © Portions copyright (c) 2006, 2010 Nokia Corporation.  All rights reserved.
    60  © Portions copyright (c) 2006 Nokia Corporation.  All rights reserved.
    61  */
    61  */
    62 
    62 
    63 /* This file contains a table of "standard" extensions */
    63 /* This file contains a table of "standard" extensions */
    64 #if (defined(SYMBIAN) && (defined(__WINSCW__) || defined(__WINS__)))
    64 #if (defined(SYMBIAN) && (defined(__WINSCW__) || defined(__WINS__)))
    65 #include "libcrypto_wsd_macros.h"
    65 #include "libcrypto_wsd_macros.h"
    66 #include "libcrypto_wsd.h"
    66 #include "libcrypto_wsd.h"
    67 #endif
    67 #endif
    68 
    68 
    69 /* Extra declerations are added only to satisfy the RVCT2.2.
    69 extern X509V3_EXT_METHOD v3_bcons, v3_nscert, v3_key_usage, v3_ext_ku;
    70  RVCT4.0 is perfectly fine with out the extra declerations
       
    71  (the first 2 lines below)*/
       
    72 extern X509V3_EXT_METHOD v3_ext_ku;
       
    73 extern X509V3_EXT_METHOD v3_ocsp_accresp;
       
    74 IMPORT_C extern X509V3_EXT_METHOD v3_ext_ku;
       
    75 IMPORT_C extern X509V3_EXT_METHOD v3_ocsp_accresp;
       
    76 
       
    77 extern X509V3_EXT_METHOD v3_bcons, v3_nscert, v3_key_usage;
       
    78 extern X509V3_EXT_METHOD v3_pkey_usage_period, v3_sxnet, v3_info, v3_sinfo;
    70 extern X509V3_EXT_METHOD v3_pkey_usage_period, v3_sxnet, v3_info, v3_sinfo;
    79 extern X509V3_EXT_METHOD v3_ns_ia5_list[], v3_alt[], v3_skey_id, v3_akey_id;
    71 extern X509V3_EXT_METHOD v3_ns_ia5_list[], v3_alt[], v3_skey_id, v3_akey_id;
    80 extern X509V3_EXT_METHOD v3_crl_num, v3_crl_reason, v3_crl_invdate;
    72 extern X509V3_EXT_METHOD v3_crl_num, v3_crl_reason, v3_crl_invdate;
    81 extern X509V3_EXT_METHOD v3_delta_crl, v3_cpols, v3_crld;
    73 extern X509V3_EXT_METHOD v3_delta_crl, v3_cpols, v3_crld;
    82 extern X509V3_EXT_METHOD v3_ocsp_nonce, v3_ocsp_acutoff;
    74 extern X509V3_EXT_METHOD v3_ocsp_nonce, v3_ocsp_accresp, v3_ocsp_acutoff;
    83 extern X509V3_EXT_METHOD v3_ocsp_crlid, v3_ocsp_nocheck, v3_ocsp_serviceloc;
    75 extern X509V3_EXT_METHOD v3_ocsp_crlid, v3_ocsp_nocheck, v3_ocsp_serviceloc;
    84 extern X509V3_EXT_METHOD v3_crl_hold, v3_pci;
    76 extern X509V3_EXT_METHOD v3_crl_hold, v3_pci;
    85 extern X509V3_EXT_METHOD v3_policy_mappings, v3_policy_constraints;
    77 extern X509V3_EXT_METHOD v3_policy_mappings, v3_policy_constraints;
    86 extern X509V3_EXT_METHOD v3_name_constraints, v3_inhibit_anyp;
    78 extern X509V3_EXT_METHOD v3_name_constraints, v3_inhibit_anyp;
    87 
    79