Skip to content

Commit

Permalink
include ssl after luv headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Phillips authored and rjemanuele committed Apr 10, 2014
1 parent 6bfbae7 commit 8495c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/luv_tls.c
Expand Up @@ -14,13 +14,13 @@
* limitations under the License.
*
*/
#include <openssl/ssl.h>


#include "luv.h"
#include "luv_tls.h"
#include "luv_tls_root_certs.h"

#include <openssl/ssl.h>


/**
* This module is hevily inspired by Node.js' node_crypto.cc:
Expand Down

0 comments on commit 8495c39

Please sign in to comment.