Add the last of the deprecated functions.

This commit is contained in:
christos 2005-11-27 02:00:46 +00:00
parent 533d086402
commit 8f90380d42
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: dh.inc,v 1.4 2003/07/24 14:16:32 itojun Exp $
# $NetBSD: dh.inc,v 1.5 2005/11/27 02:00:46 christos Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -9,4 +9,4 @@
CPPFLAGS+= -I${OPENSSLSRC}/crypto/dh
SRCS+= dh_asn1.c dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c
SRCS+= dh_asn1.c dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dh_depr.c