NetBSD/lib/libcrypto/dh.inc

15 lines
298 B
PHP
Raw Normal View History

2000-06-21 23:34:22 +04:00
# $NetBSD: dh.inc,v 1.2 2000/06/21 19:34:25 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
# SRCS extracted from ../../dist/openssl/crypto/dh/Makefile.ssl
#
.PATH: ${OPENSSLSRC}/crypto/dh
2000-06-21 23:34:22 +04:00
CPPFLAGS+= -I${OPENSSLSRC}/crypto/dh
SRCS+= dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c