Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#	$NetBSD: pkcs12.inc,v 1.2 2018/02/08 21:57:24 christos Exp $
#
#	@(#) Copyright (c) 1995 Simon J. Gerraty
#
#	SRCS extracted from src/crypto/dist/openssl/crypto/pkcs12/Makefile
#

.PATH:	${OPENSSLSRC}/crypto/pkcs12


PKCS12_SRCS = \
p12_add.c \
p12_asn.c \
p12_attr.c \
p12_crpt.c \
p12_crt.c \
p12_decr.c \
p12_init.c \
p12_key.c \
p12_kiss.c \
p12_mutl.c \
p12_npas.c \
p12_p8d.c \
p12_p8e.c \
p12_sbag.c \
p12_utl.c \
pk12err.c

SRCS += ${PKCS12_SRCS}

.for cryptosrc in ${PKCS12_SRCS}
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/pkcs12
.endfor