From 96a643a4107150c3702bb6f147c293b54078c8b6 Mon Sep 17 00:00:00 2001 From: yang-g Date: Thu, 9 Jul 2015 13:11:53 -0700 Subject: [PATCH] Makefile regeneration to pass sanity test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ade6b42e3d..08171320d44 100644 --- a/Makefile +++ b/Makefile @@ -8806,7 +8806,7 @@ SECURE_AUTH_CONTEXT_TEST_SRC = \ SECURE_AUTH_CONTEXT_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(SECURE_AUTH_CONTEXT_TEST_SRC)))) ifeq ($(NO_SECURE),true) -# You can't build secure targets if you don't have OpenSSL with ALPN. +# You can't build secure targets if you don't have OpenSSL. $(BINDIR)/$(CONFIG)/secure_auth_context_test: openssl_dep_error