From f1be21cf0b8b97a64dfe17f2ca05bb4b9efe8d32 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 3 Feb 2019 22:12:48 +0000 Subject: TLS: add variables for the IETF standard name for the connection ciphersuite (cherry picked from commit ffc3d145e3819e1a3762caa1bbe8b07e723fbaf2) --- src/OS/Makefile-Base | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/OS/Makefile-Base') diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index 79bec063b..b99cb9ffc 100644 --- a/src/OS/Makefile-Base +++ b/src/OS/Makefile-Base @@ -816,7 +816,8 @@ store.o: $(HDRS) store.c string.o: $(HDRS) string.c tls.o: $(HDRS) tls.c \ tls-gnu.c tlscert-gnu.c \ - tls-openssl.c tlscert-openssl.c + tls-openssl.c tlscert-openssl.c \ + tls-cipher-stdname.c tod.o: $(HDRS) tod.c transport.o: $(HDRS) transport.c tree.o: $(HDRS) tree.c -- cgit v1.2.3