Skip to content

Commit

Permalink
bump openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Phillips committed Apr 8, 2014
1 parent 5a50884 commit f1f697f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -141,6 +141,8 @@ CPPFLAGS += -DOPENSSL_NO_MDC2
CPPFLAGS += -DOPENSSL_NO_MD2
CPPFLAGS += -DOPENSSL_NO_SEED
CPPFLAGS += -DOPENSSL_NO_SOCK
CPPFLAGS += -DOPENSSL_NO_SCTP
CPPFLAGS += -DOPENSSL_NO_EC2M

ifeq (${MH_NAME},x86_64)
CPPFLAGS += -I${SSLDIR}/openssl-configs/x64
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl
Submodule openssl updated 618 files
2 changes: 1 addition & 1 deletion src/luv_tls.h
Expand Up @@ -26,7 +26,7 @@
#include <openssl/x509.h>
#include <openssl/x509v3.h>

#define LUVIT_OPENSSL_VERSION_NUMBER 0x1000005fL
#define LUVIT_OPENSSL_VERSION_NUMBER 0x1000107fL

#define TLS_SECURE_CONTEXT_HANDLE "ltls_secure_context"

Expand Down

0 comments on commit f1f697f

Please sign in to comment.