more missing files. Are we there yet?

This commit is contained in:
spz 2011-06-06 08:04:19 +00:00
parent 33432cfc01
commit 0f31b40708
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: crypto.inc,v 1.1 2009/07/19 23:30:43 christos Exp $
# $NetBSD: crypto.inc,v 1.2 2011/06/06 08:04:19 spz Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -9,7 +9,7 @@
CRYPTO_SRCS = cryptlib.c mem.c mem_clr.c mem_dbg.c cversion.c ex_data.c \
cpt_err.c ebcdic.c uid.c o_time.c o_dir.c
cpt_err.c ebcdic.c uid.c o_time.c o_str.c o_dir.c o_fips.c o_init.c
SRCS += ${CRYPTO_SRCS}
.for cryptosrc in ${CRYPTO_SRCS}

View File

@ -1,4 +1,4 @@
# $NetBSD: rsa.inc,v 1.1 2009/07/19 23:30:44 christos Exp $
# $NetBSD: rsa.inc,v 1.2 2011/06/06 08:04:19 spz Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -11,7 +11,7 @@
RSA_SRCS = rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c rsa_err.c \
rsa_pk1.c rsa_ssl.c rsa_none.c rsa_oaep.c rsa_chk.c rsa_null.c \
rsa_asn1.c rsa_x931.c rsa_depr.c rsa_ameth.c rsa_pmeth.c rsa_pss.c \
rsa_prn.c
rsa_prn.c rsa_crpt.c
SRCS += ${RSA_SRCS}
.for cryptosrc in ${RSA_SRCS}