Fix OpenSSLUtils to not include headers the wrong way
authorChristopher Dykes <cdykes@fb.com>
Fri, 9 Jun 2017 04:15:44 +0000 (21:15 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 9 Jun 2017 04:20:05 +0000 (21:20 -0700)
commit1b0c0d91b2ab04619ff22e30d9758e286acf07fc
tree8d5c89be6c5bd028fc23b339e5aa52e7e5dad693
parentf34d96ebdedb104e53e9e96749afd2caa400de45
Fix OpenSSLUtils to not include headers the wrong way

Summary: This is entirely the wrong way to include these headers, and is being included within an anon namespace so just wrong.

Reviewed By: yfeldblum

Differential Revision: D5215065

fbshipit-source-id: 499df58c0202f7a1d4482eaa6a0e8b2e1535c763
folly/io/async/ssl/OpenSSLUtils.cpp