NetBSD/lib/libcrypto/dsa.inc

14 lines
377 B
PHP
Raw Normal View History

# $NetBSD: dsa.inc,v 1.4 2003/07/24 14:16:32 itojun Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
2000-07-16 11:16:20 +04:00
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/dsa/Makefile.ssl
#
.PATH: ${OPENSSLSRC}/crypto/dsa
2000-06-21 23:34:22 +04:00
CPPFLAGS+= -I${OPENSSLSRC}/crypto/dsa
SRCS+= dsa_gen.c dsa_key.c dsa_lib.c dsa_asn1.c dsa_vrf.c dsa_sign.c \
2000-07-16 11:16:20 +04:00
dsa_err.c dsa_ossl.c