Identify and move OpenSSL internal header files
authorRichard Levitte <levitte@openssl.org>
Thu, 14 May 2015 12:54:49 +0000 (14:54 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 14 May 2015 13:13:49 +0000 (15:13 +0200)
commit685707979100dcb344f3d5f29940afcb1e7a92c2
treec7ade427fe7d2bac0244c0f8016232fc0f8f3f03
parent167f6c93b00e1184b89d6a5c7a1ed22dbab03c68
Identify and move OpenSSL internal header files

There are header files in crypto/ that are used by the rest of
OpenSSL.  Move those to include/internal and adapt the affected source
code, Makefiles and scripts.

The header files that got moved are:

crypto/constant_time_locl.h
crypto/o_dir.h
crypto/o_str.h

Reviewed-by: Matt Caswell <matt@openssl.org>
17 files changed:
crypto/Makefile
crypto/o_dir.c
crypto/o_dir_test.c
crypto/o_str.c
crypto/rsa/rsa_oaep.c
crypto/rsa/rsa_pk1.c
e_os.h
include/internal/constant_time_locl.h [moved from crypto/constant_time_locl.h with 100% similarity]
include/internal/o_dir.h [moved from crypto/o_dir.h with 100% similarity]
include/internal/o_str.h [moved from crypto/o_str.h with 100% similarity]
ssl/Makefile
ssl/record/ssl3_record.c
ssl/s3_cbc.c
ssl/s3_srvr.c
ssl/ssl_cert.c
test/constant_time_test.c
util/mkdef.pl