o
    Ç `   ã                   @   s(   d dl mZmZmZ dZdZdZdZdS )é    )Úabsolute_importÚdivisionÚprint_functionz
#include <openssl/obj_mac.h>
aÕ  
static const int Cryptography_HAS_ED448;
static const int Cryptography_HAS_ED25519;
static const int Cryptography_HAS_POLY1305;

static const int NID_undef;
static const int NID_pbe_WithSHA1And3_Key_TripleDES_CBC;
static const int NID_X25519;
static const int NID_X448;
static const int NID_ED25519;
static const int NID_ED448;
static const int NID_poly1305;

static const int NID_subject_alt_name;
static const int NID_crl_reason;

static const int NID_pkcs7_signed;
Ú
aæ  
#ifndef NID_ED25519
static const long Cryptography_HAS_ED25519 = 0;
static const int NID_ED25519 = 0;
#else
static const long Cryptography_HAS_ED25519 = 1;
#endif
#ifndef NID_ED448
static const long Cryptography_HAS_ED448 = 0;
static const int NID_ED448 = 0;
#else
static const long Cryptography_HAS_ED448 = 1;
#endif
#ifndef NID_poly1305
static const long Cryptography_HAS_POLY1305 = 0;
static const int NID_poly1305 = 0;
#else
static const long Cryptography_HAS_POLY1305 = 1;
#endif
N)Ú
__future__r   r   r   ÚINCLUDESÚTYPESÚ	FUNCTIONSÚCUSTOMIZATIONS© r   r   ús/home/ych/rk3568/buildroot/output/rockchip_rk3568/build/host-python-cryptography-3.3.2/src/_cffi_src/openssl/nid.pyÚ<module>   s
   