Move OpenSSLConfig.cmake into the cmake/ directory

We've already put perlasm.cmake in there. I figure CMake helper files
can go in there. It also seems to match what other projects too.

Change-Id: Ief6b10cf4e80b8d4b52ca53b90aa425b32037e52
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/56566
Auto-Submit: David Benjamin <davidben@google.com>
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6085713..536d83e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -611,4 +611,4 @@
   NAMESPACE OpenSSL::
   DESTINATION lib/cmake/OpenSSL
 )
-install(FILES OpenSSLConfig.cmake DESTINATION lib/cmake/OpenSSL)
+install(FILES cmake/OpenSSLConfig.cmake DESTINATION lib/cmake/OpenSSL)
diff --git a/OpenSSLConfig.cmake b/cmake/OpenSSLConfig.cmake
similarity index 100%
rename from OpenSSLConfig.cmake
rename to cmake/OpenSSLConfig.cmake