From a32a61a3aa20740d1ab3245e6e33400a7dcfd2ee Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 3 Aug 2022 20:16:06 +0000 Subject: Prepare to provide PKCS12 accessors In order to be able to make pkcs12/ opaque, we need an entire family of accessors. These are in a particularly nasty tangle since this was done in about a dozen steps while sprinkling const, renaming functions, etc. The public API also adds backward compat macros for functions that were in the tree for half a day and then renamed. Of course some of them got picked up by some ports. Some of the gruesome hacks in here will go away with the next bump, but that doesn't mean that the pkcs12 directory will be prettier afterward. ok jsing --- src/lib/libcrypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 423fba5f58..714f6e80b4 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.77 2022/07/24 08:16:47 tb Exp $ +# $OpenBSD: Makefile,v 1.78 2022/08/03 20:16:06 tb Exp $ LIB= crypto LIBREBUILD=y @@ -234,7 +234,7 @@ SRCS+= pem_x509.c pem_xaux.c pem_oth.c pem_pk8.c pem_pkey.c pvkfmt.c # pkcs12/ SRCS+= p12_add.c p12_asn.c p12_attr.c p12_crpt.c p12_crt.c p12_decr.c -SRCS+= p12_init.c p12_key.c p12_kiss.c p12_mutl.c +SRCS+= p12_init.c p12_key.c p12_kiss.c p12_mutl.c p12_sbag.c SRCS+= p12_utl.c p12_npas.c pk12err.c p12_p8d.c p12_p8e.c # pkcs7/ -- cgit v1.2.3-55-g6feb