From 155ade5b4877933ef80a8ed009a2750254d9dec8 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 28 Jun 2022 20:40:24 +0000 Subject: Implement the default security level callback And here is where the fun starts. The tentacles will grow everywhere. ok beck jsing sthen --- src/lib/libssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libssl/Makefile') diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 5a0a7bbc02..e6930b0b9f 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.74 2022/01/14 09:09:30 tb Exp $ +# $OpenBSD: Makefile,v 1.75 2022/06/28 20:40:24 tb Exp $ .include .ifndef NOMAN @@ -58,6 +58,7 @@ SRCS= \ ssl_packet.c \ ssl_pkt.c \ ssl_rsa.c \ + ssl_seclevel.c \ ssl_sess.c \ ssl_sigalgs.c \ ssl_srvr.c \ -- cgit v1.2.3-55-g6feb