NetBSD/lib/libcrypto/dh.inc

15 lines
300 B
PHP
Raw Normal View History

# $NetBSD: dh.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
# SRCS extracted from ../../dist/openssl/crypto/dh/Makefile.ssl
#
.PATH: ${OPENSSLSRC}/crypto/dh
CFLAGS+= -I${OPENSSLSRC}/crypto/dh
SRCS+= dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c