Include DHparams_print_fp

This commit is contained in:
joerg 2010-08-21 13:47:37 +00:00
parent 7626bd9b32
commit 398cced2a2

View File

@ -1,4 +1,4 @@
# $NetBSD: dh.inc,v 1.1 2009/07/19 23:30:43 christos Exp $
# $NetBSD: dh.inc,v 1.2 2010/08/21 13:47:37 joerg Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -9,7 +9,7 @@
DH_SRCS = dh_asn1.c dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dh_depr.c \
dh_ameth.c dh_pmeth.c
dh_ameth.c dh_pmeth.c dh_prn.c
SRCS += ${DH_SRCS}
.for cryptosrc in ${DH_SRCS}