diff options
author | tb <> | 2019-01-21 10:28:52 +0000 |
---|---|---|
committer | tb <> | 2019-01-21 10:28:52 +0000 |
commit | ad9a15eedae120d64169a9bdeea62c66b99f0344 (patch) | |
tree | 23ba27fdd74b7e2b1a43f24cdf6a5eb8a32ec393 /src/lib/libssl/Makefile | |
parent | b43d2fde51a9d32e752d57173e0ef4b806d6bfbe (diff) | |
download | openbsd-ad9a15eedae120d64169a9bdeea62c66b99f0344.tar.gz openbsd-ad9a15eedae120d64169a9bdeea62c66b99f0344.tar.bz2 openbsd-ad9a15eedae120d64169a9bdeea62c66b99f0344.zip |
Add ssl_cipher_is_permitted(), an internal helper function that
will be used in a few places shortly, e.g. in
ssl_cipher_list_to_bytes().
ok jsing
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 1bb3a0e78d..b51d7168c0 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.51 2019/01/21 09:10:58 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.52 2019/01/21 10:28:52 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | .ifndef NOMAN | 4 | .ifndef NOMAN |
@@ -43,6 +43,7 @@ SRCS= \ | |||
43 | ssl_both.c \ | 43 | ssl_both.c \ |
44 | ssl_cert.c \ | 44 | ssl_cert.c \ |
45 | ssl_ciph.c \ | 45 | ssl_ciph.c \ |
46 | ssl_ciphers.c \ | ||
46 | ssl_clnt.c \ | 47 | ssl_clnt.c \ |
47 | ssl_err.c \ | 48 | ssl_err.c \ |
48 | ssl_init.c \ | 49 | ssl_init.c \ |