ssl/libcrypto/src/crypto/opensslconf.h
branchRCL_3
changeset 9 fa985af77159
parent 0 e4d67989cc36
child 45 4b03adbd26ca
equal deleted inserted replaced
3:18f64da82512 9:fa985af77159
    46 
    46 
    47 
    47 
    48 
    48 
    49 #ifndef OPENSSL_NO_RIPEMD
    49 #ifndef OPENSSL_NO_RIPEMD
    50 # define OPENSSL_NO_RIPEMD
    50 # define OPENSSL_NO_RIPEMD
    51 #endif
       
    52 #ifndef OPENSSL_NO_SHA256
       
    53 # define OPENSSL_NO_SHA256
       
    54 #endif
       
    55 #ifndef OPENSSL_NO_SHA512
       
    56 # define OPENSSL_NO_SHA512
       
    57 #endif
    51 #endif
    58 #ifndef OPENSSL_NO_STATIC_ENGINE
    52 #ifndef OPENSSL_NO_STATIC_ENGINE
    59 # define OPENSSL_NO_STATIC_ENGINE
    53 # define OPENSSL_NO_STATIC_ENGINE
    60 #endif
    54 #endif
    61 
    55 
   118 #  define NO_RC5
   112 #  define NO_RC5
   119 # endif
   113 # endif
   120 
   114 
   121 # if defined(OPENSSL_NO_RIPEMD) && !defined(NO_RIPEMD)
   115 # if defined(OPENSSL_NO_RIPEMD) && !defined(NO_RIPEMD)
   122 #  define NO_RIPEMD
   116 #  define NO_RIPEMD
   123 # endif
       
   124 # if defined(OPENSSL_NO_SHA256) && !defined(NO_SHA256)
       
   125 #  define NO_SHA256
       
   126 # endif
       
   127 # if defined(OPENSSL_NO_SHA512) && !defined(NO_SHA512)
       
   128 #  define NO_SHA512
       
   129 # endif
   117 # endif
   130 # if defined(OPENSSL_NO_STATIC_ENGINE) && !defined(NO_STATIC_ENGINE)
   118 # if defined(OPENSSL_NO_STATIC_ENGINE) && !defined(NO_STATIC_ENGINE)
   131 #  define NO_STATIC_ENGINE
   119 #  define NO_STATIC_ENGINE
   132 # endif
   120 # endif
   133 #endif
   121 #endif