boringssl/crypto/pem
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
..
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
pem_all.c Remove OPENSSL_NO_RSA 2014-07-07 20:20:53 +00:00
pem_error.c Inital import. 2014-06-20 13:17:32 -07:00
pem_info.c Remove OPENSSL_NO_RSA 2014-07-07 20:20:53 +00:00
pem_lib.c Remove CHARSET_EBCDIC 2014-07-07 19:30:35 +00:00
pem_oth.c Inital import. 2014-06-20 13:17:32 -07:00
pem_pk8.c Inital import. 2014-06-20 13:17:32 -07:00
pem_pkey.c Inital import. 2014-06-20 13:17:32 -07:00
pem_x509.c Inital import. 2014-06-20 13:17:32 -07:00
pem_xaux.c Inital import. 2014-06-20 13:17:32 -07:00
pem.h Remove OPENSSL_NO_RSA 2014-07-07 20:20:53 +00:00