diff options
| author | tb <> | 2022-06-28 20:40:24 +0000 |
|---|---|---|
| committer | tb <> | 2022-06-28 20:40:24 +0000 |
| commit | 155ade5b4877933ef80a8ed009a2750254d9dec8 (patch) | |
| tree | 03da3cce0daceebde86bd02a2c0a4cf117bd10c9 /src/lib/libssl/Makefile | |
| parent | 3628f027e307db44ceb406c2ef4c3852af79ba09 (diff) | |
| download | openbsd-155ade5b4877933ef80a8ed009a2750254d9dec8.tar.gz openbsd-155ade5b4877933ef80a8ed009a2750254d9dec8.tar.bz2 openbsd-155ade5b4877933ef80a8ed009a2750254d9dec8.zip | |
Implement the default security level callback
And here is where the fun starts. The tentacles will grow everywhere.
ok beck jsing sthen
Diffstat (limited to 'src/lib/libssl/Makefile')
| -rw-r--r-- | src/lib/libssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.74 2022/01/14 09:09:30 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.75 2022/06/28 20:40:24 tb Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | .ifndef NOMAN | 4 | .ifndef NOMAN |
| @@ -58,6 +58,7 @@ SRCS= \ | |||
| 58 | ssl_packet.c \ | 58 | ssl_packet.c \ |
| 59 | ssl_pkt.c \ | 59 | ssl_pkt.c \ |
| 60 | ssl_rsa.c \ | 60 | ssl_rsa.c \ |
| 61 | ssl_seclevel.c \ | ||
| 61 | ssl_sess.c \ | 62 | ssl_sess.c \ |
| 62 | ssl_sigalgs.c \ | 63 | ssl_sigalgs.c \ |
| 63 | ssl_srvr.c \ | 64 | ssl_srvr.c \ |
