Go to file
Alex Chernyakhovsky 3c5034e97c Remove OPENSSL_NO_RSA
Building without RSA support is unreasonable. Changes were made by
running

find . -type f -name *.c | xargs unifdef -m -U OPENSSL_NO_RSA
find . -type f -name *.h | xargs unifdef -m -U OPENSSL_NO_RSA

using unifdef 2.10 and some newlines were removed manually.

Change-Id: Iea559e2d4b3d1053f28a4a9cc2f7a3d1f6cabd61
Reviewed-on: https://boringssl-review.googlesource.com/1095
Reviewed-by: Adam Langley <agl@google.com>
2014-07-07 20:20:53 +00:00
crypto Remove OPENSSL_NO_RSA 2014-07-07 20:20:53 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Remove crypto/comp and SSL_COMP support code. 2014-06-24 17:22:06 +00:00
ssl Remove OPENSSL_NO_RSA 2014-07-07 20:20:53 +00:00
tool Add stitched RC4-MD5 as an AEAD. 2014-06-30 23:01:17 +00:00
util Add stitched RC4-MD5 as an AEAD. 2014-06-30 23:01:17 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Inital import. 2014-06-20 13:17:32 -07:00
BUILDING Inital import. 2014-06-20 13:17:32 -07:00
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00