From 9bf539a0fae5e96da1b7087a5ad4687c4897f1a9 Mon Sep 17 00:00:00 2001 From: jsing Date: Wed, 15 Dec 2021 18:12:10 +0000 Subject: [PATCH] Rename asn1_lib.c to asn1_old_lib.c This will allow us to add a new asn1_lib.c while replacing the code that is in currently in asn1_old_lib.c. Discussed with tb@ --- lib/libcrypto/Makefile | 4 ++-- lib/libcrypto/asn1/{asn1_lib.c => asn1_old_lib.c} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename lib/libcrypto/asn1/{asn1_lib.c => asn1_old_lib.c} (99%) diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index 64b5cebd054..46df3f62e63 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.57 2021/12/15 18:00:31 jsing Exp $ +# $OpenBSD: Makefile,v 1.58 2021/12/15 18:12:10 jsing Exp $ LIB= crypto LIBREBUILD=y @@ -63,7 +63,7 @@ SRCS+= tasn_new.c tasn_fre.c tasn_enc.c tasn_dec.c tasn_utl.c tasn_typ.c SRCS+= tasn_prn.c ameth_lib.c SRCS+= n_pkey.c SRCS+= x_pkey.c x_exten.c bio_asn1.c bio_ndef.c asn_mime.c -SRCS+= asn1_gen.c asn1_par.c asn1_lib.c asn1_err.c a_strnid.c +SRCS+= asn1_gen.c asn1_par.c asn1_old_lib.c asn1_err.c a_strnid.c SRCS+= evp_asn1.c asn_pack.c p5_pbe.c p5_pbev2.c p8_pkey.c asn_moid.c SRCS+= a_time_tm.c asn1_types.c diff --git a/lib/libcrypto/asn1/asn1_lib.c b/lib/libcrypto/asn1/asn1_old_lib.c similarity index 99% rename from lib/libcrypto/asn1/asn1_lib.c rename to lib/libcrypto/asn1/asn1_old_lib.c index fc0958fb451..cc9a48f74ca 100644 --- a/lib/libcrypto/asn1/asn1_lib.c +++ b/lib/libcrypto/asn1/asn1_old_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asn1_lib.c,v 1.49 2021/12/15 18:00:31 jsing Exp $ */ +/* $OpenBSD: asn1_old_lib.c,v 1.1 2021/12/15 18:12:10 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * -- 2.20.1