15 lines
295 B
PHP
15 lines
295 B
PHP
# $NetBSD: pkcs7.inc,v 1.2 2000/06/21 19:34:26 thorpej Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from ../../dist/openssl/crypto/pkcs7/Makefile.ssl
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/pkcs7
|
|
|
|
CPPFLAGS+= -I${OPENSSLSRC}/crypto/pkcs7
|
|
|
|
SRCS+= pk7_lib.c pkcs7err.c pk7_doit.c
|
|
|
|
|