boringssl/crypto/evp
Adam Langley 4c921e1bbc Move public headers to include/openssl/
Previously, public headers lived next to the respective code and there
were symlinks from include/openssl to them.

This doesn't work on Windows.

This change moves the headers to live in include/openssl. In cases where
some symlinks pointed to the same header, I've added a file that just
includes the intended target. These cases are all for backwards-compat.

Change-Id: I6e285b74caf621c644b5168a4877db226b07fd92
Reviewed-on: https://boringssl-review.googlesource.com/1180
Reviewed-by: David Benjamin <davidben@chromium.org>
Reviewed-by: Adam Langley <agl@google.com>
2014-07-14 22:42:18 +00:00
..
asn1.c Inital import. 2014-06-20 13:17:32 -07:00
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
digestsign.c Inital import. 2014-06-20 13:17:32 -07:00
evp_ctx.c Fix EVP_PKEY_FLAG_AUTOARGLEN behavior. 2014-07-10 02:10:47 +00:00
evp_error.c Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
evp.c Typo in EVP_PKEY_asn1_find_str. 2014-07-02 21:06:57 +00:00
example_sign.c Fix EVP_PKEY_FLAG_AUTOARGLEN behavior. 2014-07-10 02:10:47 +00:00
internal.h Fix EVP_PKEY_FLAG_AUTOARGLEN behavior. 2014-07-10 02:10:47 +00:00
p_ec_asn1.c Fix EC crash. 2014-06-20 13:17:34 -07:00
p_ec.c Inital import. 2014-06-20 13:17:32 -07:00
p_hmac_asn1.c Inital import. 2014-06-20 13:17:32 -07:00
p_hmac.c Perform bounds checks in hmac_signctx. 2014-07-10 20:59:10 +00:00
p_rsa_asn1.c remove duplicate 0x for default RSASSA-PSS salt len 2014-06-20 13:17:40 -07:00
p_rsa.c Fix EVP_PKEY_FLAG_AUTOARGLEN behavior. 2014-07-10 02:10:47 +00:00
pbkdf.c Inital import. 2014-06-20 13:17:32 -07:00
sign.c Inital import. 2014-06-20 13:17:32 -07:00