ossrv_pub/crypto_utility_functions_api/inc/stdapis/openssl/opensslconf.h
branchRCL_3
changeset 9 fa985af77159
parent 0 e4d67989cc36
child 45 4b03adbd26ca
equal deleted inserted replaced
3:18f64da82512 9:fa985af77159
    51 
    51 
    52 
    52 
    53 
    53 
    54 #ifndef OPENSSL_NO_RIPEMD
    54 #ifndef OPENSSL_NO_RIPEMD
    55 # define OPENSSL_NO_RIPEMD
    55 # define OPENSSL_NO_RIPEMD
    56 #endif
       
    57 #ifndef OPENSSL_NO_SHA256
       
    58 # define OPENSSL_NO_SHA256
       
    59 #endif
       
    60 #ifndef OPENSSL_NO_SHA512
       
    61 # define OPENSSL_NO_SHA512
       
    62 #endif
    56 #endif
    63 #ifndef OPENSSL_NO_STATIC_ENGINE
    57 #ifndef OPENSSL_NO_STATIC_ENGINE
    64 # define OPENSSL_NO_STATIC_ENGINE
    58 # define OPENSSL_NO_STATIC_ENGINE
    65 #endif
    59 #endif
    66 
    60 
   123 #  define NO_RC5
   117 #  define NO_RC5
   124 # endif
   118 # endif
   125 
   119 
   126 # if defined(OPENSSL_NO_RIPEMD) && !defined(NO_RIPEMD)
   120 # if defined(OPENSSL_NO_RIPEMD) && !defined(NO_RIPEMD)
   127 #  define NO_RIPEMD
   121 #  define NO_RIPEMD
   128 # endif
       
   129 # if defined(OPENSSL_NO_SHA256) && !defined(NO_SHA256)
       
   130 #  define NO_SHA256
       
   131 # endif
       
   132 # if defined(OPENSSL_NO_SHA512) && !defined(NO_SHA512)
       
   133 #  define NO_SHA512
       
   134 # endif
   122 # endif
   135 # if defined(OPENSSL_NO_STATIC_ENGINE) && !defined(NO_STATIC_ENGINE)
   123 # if defined(OPENSSL_NO_STATIC_ENGINE) && !defined(NO_STATIC_ENGINE)
   136 #  define NO_STATIC_ENGINE
   124 #  define NO_STATIC_ENGINE
   137 # endif
   125 # endif
   138 #endif
   126 #endif