HomeSort by: relevance | last modified time | path
    Searched defs:SSL3_ALIGN_PAYLOAD (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/openssl/
ssl3.h 143 #ifndef SSL3_ALIGN_PAYLOAD
152 #define SSL3_ALIGN_PAYLOAD 8
154 #if (SSL3_ALIGN_PAYLOAD & (SSL3_ALIGN_PAYLOAD - 1)) != 0
155 #error "insane SSL3_ALIGN_PAYLOAD"
156 #undef SSL3_ALIGN_PAYLOAD
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ssl3.h 143 # ifndef SSL3_ALIGN_PAYLOAD
152 # define SSL3_ALIGN_PAYLOAD 8
154 # if (SSL3_ALIGN_PAYLOAD&(SSL3_ALIGN_PAYLOAD-1))!=0
155 # error "insane SSL3_ALIGN_PAYLOAD"
156 # undef SSL3_ALIGN_PAYLOAD
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl3.h 137 # ifndef SSL3_ALIGN_PAYLOAD
146 # define SSL3_ALIGN_PAYLOAD 8
148 # if (SSL3_ALIGN_PAYLOAD&(SSL3_ALIGN_PAYLOAD-1))!=0
149 # error "insane SSL3_ALIGN_PAYLOAD"
150 # undef SSL3_ALIGN_PAYLOAD

Completed in 25 milliseconds