2000-06-21 23:34:22 +04:00
|
|
|
# $NetBSD: dsa.inc,v 1.2 2000/06/21 19:34:25 thorpej Exp $
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
|
|
#
|
|
|
|
# SRCS extracted from ../../dist/openssl/crypto/dsa/Makefile.ssl
|
|
|
|
#
|
|
|
|
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/dsa
|
|
|
|
|
2000-06-21 23:34:22 +04:00
|
|
|
CPPFLAGS+= -I${OPENSSLSRC}/crypto/dsa
|
2000-06-16 08:21:31 +04:00
|
|
|
|
|
|
|
SRCS+= dsa_gen.c dsa_key.c dsa_lib.c dsa_asn1.c dsa_vrf.c dsa_sign.c dsa_err.c
|
|
|
|
|
|
|
|
|