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)
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>

No differences found