summaryrefslogtreecommitdiff
path: root/src/OS
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-02-03 22:12:48 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-02-04 13:19:36 +0000
commitffc3d145e3819e1a3762caa1bbe8b07e723fbaf2 (patch)
treef0c00d732bd8dca37417bb8114f3b22564b560eb /src/OS
parent25d5d9f98ebb30acc8b269c6594f4bc1e1abe654 (diff)
TLS: add variables for the IETF standard name for the connection ciphersuite
Diffstat (limited to 'src/OS')
-rw-r--r--src/OS/Makefile-Base3
1 files changed, 2 insertions, 1 deletions
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